Color Hex Logo

#4669fb Color Hex

#4669FB
(70,105,251)
0 Favorites   0 Comments

Color spaces of #4669fb

RGB 70105251
HSL0.630.960.63
HSV228°72°98°
CMYK 0.720.580.00   0.02
XYZ24.989918.370393.4955
Yxy18.37030.18260.1342
Hunter Lab42.860629.0685-99.3320
CIE-Lab49.942236.0825-76.4028

#4669fb color RGB value is (70,105,251).

#4669fb hex color red value is 70, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4669fb hue: 0.63 , saturation: 0.96 and the lightness value of 4669fb is 0.63.

The process color (four color CMYK) of #4669fb color hex is 0.72, 0.58, 0.00, 0.02. Web safe color of #4669fb is #3366ff. Color #4669fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101001 11111011
Octal 106 151 373
Decimal 70 105 251
Hex 46 69 FB

RGB Percentages of Color #4669fb

%16.43
%24.65
%58.92

CMYK Percentages of Color #4669fb

%72
%58
%0
%2

Triadic Colors of #4669fb

#4669fb #fb4669 #69fb46

Analogous Colors of #4669fb

#4669fb #7e46fb #46c4fb

Monochromatic Colors of #4669fb

#4669fb

Complementary Color

#4669fb #fbd846

#4669fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4669fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4669fb Color CSS Codes

.mybgcolor {background-color:#4669fb; } 
.myforecolor {color:#4669fb; }
.mybordercolor {border:3px solid #4669fb; }

#4669fb Text Font Color

<p style="color:#4669fb">Text here</p>

This sample text font color is #4669fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4669fb Background Color

<div style="background-color:#4669fb">
Div content here</div>

This div background color is #4669fb


#4669fb Border Color

<div style="border:3px solid #4669fb">
Div here</div>

This div border color is #4669fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,105,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4669fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4669fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4669fb;
  box-shadow:         1px 1px 3px 2px #4669fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,105,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4669fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4669fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4669fb;
  box-shadow:         1px 1px 3px 2px #4669fb;">
Div content here</div>

This div box has shadow with color #4669fb


Comments

No comments written yet.

Please login to write comment.