#475CDE

Color #475CDE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #475CDE

Tints of Royal Blue #475CDE

Color information

#475CDE (or 0x475CDE) is unknown color: approx Royal Blue. HEX triplet: 47, 5C and DE. RGB value is (71,92,222). Sum of RGB (Red+Green+Blue) = 71+92+222=385 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.44% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #475CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDE is #B8A321. Grayscale: #646464. Windows color (decimal): -12100386 or 14572615. OLE color: 14572615.

HSL color Cylindrical-coordinate representation of color #475CDE: hue angle of 231.66º 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 #475CDE is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7192222-
CMYK0.680.5900.13
HSL231.66º69.59%57.45%-
HSV(B)231.66º68.02%87.06%-
XYZ19.6114.2770.83-
YUV100.54196.54106.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.44%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 222 (87.11% from 255) = 57.66%
R=18.44%
G=23.90%
B=57.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71922220.680.5900.13231.6669.5957.45
Hex475CDE443B0De84639
Octal1071343361047301535010671
Binary1000111101110011011110100010011101101101111010001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475CDE; }

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

 H1.HeaderClassName
 {
   color: #475CDE;
 }
 .AnyTagClassName
 {
   color: #475CDE;
 }
</style>
background-color css

<style>
 a { background-color: #475CDE; }

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

 div.DivClassName
 {
   background-color: #475CDE;
 }
 .BgClassName
 {
   background-color: #475CDE;
 }
</style>
border-color css

<style>
 span { border-color: #475CDE; }

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

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