#475bee

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

Shades of Royal Blue #475BEE

Tints of Royal Blue #475BEE

Color information

#475BEE (or 0x475BEE) is unknown color: approx Royal Blue. HEX triplet: 47, 5B and EE. RGB value is (71,91,238). Sum of RGB (Red+Green+Blue) = 71+91+238=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #475BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475BEE is #B8A411. Grayscale: #656565. Windows color (decimal): -12100626 or 15620935. OLE color: 15620935.

HSL color Cylindrical-coordinate representation of color #475BEE: hue angle of 232.81º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #475BEE is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7191238-
CMYK0.700.6200.07
HSL232.81º83.08%60.59%-
HSV(B)232.81º70.17%93.33%-
XYZ21.7714.9982.64-
YUV101.78204.87106.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.75%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 238 (93.36% from 255) = 59.5%
R=17.75%
G=22.75%
B=59.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal71912380.700.6200.07232.8183.0860.59
Hex475BEE463E07e9533d
Octal107133356106760735112375
Binary100011110110111110111010001101111100111111010011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475bee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,91,238); }

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

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

 a { background-color: rgb(71,91,238); }

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

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

 span { border-color: rgb(71,91,238); }

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