Color Hex Logo

#479afd Color Hex

#479AFD
(71,154,253)
0 Favorites   0 Comments

Color spaces of #479afd

RGB 71154253
HSL0.590.980.64
HSV213°72°99°
CMYK 0.720.390.00   0.01
XYZ31.883831.542697.3364
Yxy31.54260.19830.1962
Hunter Lab56.16283.0501-63.4422
CIE-Lab62.96307.0560-56.5214

#479afd color RGB value is (71,154,253).

#479afd hex color red value is 71, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #479afd hue: 0.59 , saturation: 0.98 and the lightness value of 479afd is 0.64.

The process color (four color CMYK) of #479afd color hex is 0.72, 0.39, 0.00, 0.01. Web safe color of #479afd is #3399ff. Color #479afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 10011010 11111101
Octal 107 232 375
Decimal 71 154 253
Hex 47 9A FD

RGB Percentages of Color #479afd

%14.85
%32.22
%52.93

CMYK Percentages of Color #479afd

%72
%39
%0
%1

Triadic Colors of #479afd

#479afd #fd479a #9afd47

Analogous Colors of #479afd

#479afd #4f47fd #47f5fd

Monochromatic Colors of #479afd

#479afd

Complementary Color

#479afd #fdaa47

#479afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#479afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#479afd Color CSS Codes

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

#479afd Text Font Color

<p style="color:#479afd">Text here</p>

This sample text font color is #479afd
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.


#479afd Background Color

<div style="background-color:#479afd">
Div content here</div>

This div background color is #479afd


#479afd Border Color

<div style="border:3px solid #479afd">
Div here</div>

This div border color is #479afd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,154,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #479afd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #479afd;
  -webkit-box-shadow: 1px 1px 3px 2px #479afd;
  box-shadow:         1px 1px 3px 2px #479afd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,154,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #479afd

Related Colors


Comments

No comments written yet.

Please login to write comment.