#475fe9

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

Shades of Royal Blue #475FE9

Tints of Royal Blue #475FE9

Color information

#475FE9 (or 0x475FE9) is unknown color: approx Royal Blue. HEX triplet: 47, 5F and E9. RGB value is (71,95,233). Sum of RGB (Red+Green+Blue) = 71+95+233=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #475FE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475FE9 is #B8A016. Grayscale: #666666. Windows color (decimal): -12099607 or 15294279. OLE color: 15294279.

HSL color Cylindrical-coordinate representation of color #475FE9: hue angle of 231.11º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475FE9 is Cyan = 0.70, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7195233-
CMYK0.700.5900.09
HSL231.11º78.64%59.61%-
HSV(B)231.11º69.53%91.37%-
XYZ21.415.4178.94-
YUV103.56201.05104.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 233 (91.41% from 255) = 58.40%
R=17.79%
G=23.81%
B=58.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal71952330.700.5900.09231.1178.6459.61
Hex475FE9463B09e74f3c
Octal1071373511067301134711774
Binary1000111101111111101001100011011101101001111001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,233); }

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

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

 a { background-color: rgb(71,95,233); }

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

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

 span { border-color: rgb(71,95,233); }

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