#475EDE

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

Shades of Royal Blue #475EDE

Tints of Royal Blue #475EDE

Color information

#475EDE (or 0x475EDE) is unknown color: approx Royal Blue. HEX triplet: 47, 5E and DE. RGB value is (71,94,222). Sum of RGB (Red+Green+Blue) = 71+94+222=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #475EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475EDE is #B8A121. Grayscale: #656565. Windows color (decimal): -12099874 or 14573127. OLE color: 14573127.

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

Color convert

RGB7194222-
CMYK0.680.5800.13
HSL230.86º69.59%57.45%-
HSV(B)230.86º68.02%87.06%-
XYZ19.7914.6270.89-
YUV101.72195.88106.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 222 (87.11% from 255) = 57.36%
R=18.35%
G=24.29%
B=57.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal71942220.680.5800.13230.8669.5957.45
Hex475EDE443A0De74639
Octal1071363361047201534710671
Binary1000111101111011011110100010011101001101111001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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