Html Css Color HEX #476EDE Royal Blue

📋 copy color: '#476EDE'

red 71 ◦ green 110 ◦ blue 222

#476EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #476EDE

Tints of Royal Blue #476EDE

RGB

 RED value IS 71 (28.13% from 255) = 17.62%

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 17.62%
G = 27.3%
B = 55.09%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#476EDE (or 0x476EDE) is known color: Royal Blue. HEX triplet: 47, 6E and DE. RGB value is (71,110,222). Sum of RGB (Red+Green+Blue) = 71+110+222=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #476EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EDE is #B89121. Grayscale: #6E6E6E. Windows color (decimal): -12095778 or 14577223. OLE color: 14577223.

HSL color Cylindrical-coordinate representation of color #476EDE: hue angle of 224.5º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #476EDE is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 110 222 -
CMYK 0.68 0.50 0 0.13
HSL 224.5º 0.7% 0.57% -
HSV(B) 224.5º 0.68% 0.87% -
XYZ 21.36 17.77 71.41 -
YUV 111.11 190.58 99.39 -
System Red Green Blue C M Y K H S L
Decimal 71 110 222 0.68 0.50 0 0.13 224.5 0.7 0.57
Hex 47 6E DE 44 32 0 D E1 46 39
Octal 107 156 336 104 62 0 15 341 106 71
Binary 1000111 1101110 11011110 1000100 110010 0 1101 11100001 1000110 111001

Color Harmonies of #476EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476EDE

Black with #476EDE

Text Example


Text Example

White with #476EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476EDE; }

 p { color: rgb(71,110,222); }

 H1.HeaderClassName
 {
   color: #476EDE;
 }
 .AnyTagClassName
 {
   color: #476EDE;
 }
</style>

background-color css

<style>
 a { background-color: #476EDE; }

 a { background-color: rgb(71,110,222); }

 div.DivClassName
 {
   background-color: #476EDE;
 }
 .BgClassName
 {
   background-color: #476EDE;
 }
</style>

border-color css

<style>
 span { border-color: #476EDE; }

 span { border-color: rgb(71,110,222); }

 td.TdClassName
 {
   border-color: #476EDE;
 }
 .TagClassName
 {
   border-color: #476EDE;
 }
</style>