#475CE2

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

Shades of Royal Blue #475CE2

Tints of Royal Blue #475CE2

Color information

#475CE2 (or 0x475CE2) is unknown color: approx Royal Blue. HEX triplet: 47, 5C and E2. RGB value is (71,92,226). Sum of RGB (Red+Green+Blue) = 71+92+226=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #475CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CE2 is #B8A31D. Grayscale: #646464. Windows color (decimal): -12100382 or 14834759. OLE color: 14834759.

HSL color Cylindrical-coordinate representation of color #475CE2: hue angle of 231.87º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475CE2 is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7192226-
CMYK0.690.5900.11
HSL231.87º72.77%58.24%-
HSV(B)231.87º68.58%88.63%-
XYZ20.1514.4873.69-
YUV101198.54106.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 92 (36.33% from 255) = 23.65%
BLUE value IS 226 (88.67% from 255) = 58.10%
R=18.25%
G=23.65%
B=58.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71922260.690.5900.11231.8772.7758.24
Hex475CE2453B0Be8493a
Octal1071343421057301335011172
Binary1000111101110011100010100010111101101011111010001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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