#475FD9

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

Shades of Royal Blue #475FD9

Tints of Royal Blue #475FD9

Color information

#475FD9 (or 0x475FD9) is unknown color: approx Royal Blue. HEX triplet: 47, 5F and D9. RGB value is (71,95,217). Sum of RGB (Red+Green+Blue) = 71+95+217=383 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.54% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #475FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475FD9 is #B8A026. Grayscale: #656565. Windows color (decimal): -12099623 or 14245703. OLE color: 14245703.

HSL color Cylindrical-coordinate representation of color #475FD9: hue angle of 230.14º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475FD9 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7195217-
CMYK0.670.5600.15
HSL230.14º65.77%56.47%-
HSV(B)230.14º67.28%85.1%-
XYZ19.2214.5367.44-
YUV101.73193.05106.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.54%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 217 (85.16% from 255) = 56.66%
R=18.54%
G=24.80%
B=56.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal71952170.670.5600.15230.1465.7756.47
Hex475FD943380Fe64238
Octal1071373311037001734610270
Binary1000111101111111011001100001111100001111111001101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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