#475EEB

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

Shades of Royal Blue #475EEB

Tints of Royal Blue #475EEB

Color information

#475EEB (or 0x475EEB) is unknown color: approx Royal Blue. HEX triplet: 47, 5E and EB. RGB value is (71,94,235). Sum of RGB (Red+Green+Blue) = 71+94+235=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #475EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475EEB is #B8A114. Grayscale: #666666. Windows color (decimal): -12099861 or 15425095. OLE color: 15425095.

HSL color Cylindrical-coordinate representation of color #475EEB: hue angle of 231.59º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475EEB is Cyan = 0.70, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7194235-
CMYK0.700.600.08
HSL231.59º80.39%60%-
HSV(B)231.59º69.79%92.16%-
XYZ21.615.3480.42-
YUV103.2202.38105.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.75%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 235 (92.19% from 255) = 58.75%
R=17.75%
G=23.5%
B=58.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal71942350.700.600.08231.5980.3960
Hex475EEB463C08e8503c
Octal1071363531067401035012074
Binary1000111101111011101011100011011110001000111010001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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