#4570C9

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

Shades of Royal Blue #4570C9

Tints of Royal Blue #4570C9

Color information

#4570C9 (or 0x4570C9) is unknown color: approx Royal Blue. HEX triplet: 45, 70 and C9. RGB value is (69,112,201). Sum of RGB (Red+Green+Blue) = 69+112+201=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #4570C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570C9 is #BA8F36. Grayscale: #6C6C6C. Windows color (decimal): -12226359 or 13201477. OLE color: 13201477.

HSL color Cylindrical-coordinate representation of color #4570C9: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4570C9 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69112201-
CMYK0.660.4400.21
HSL220.45º55%52.94%-
HSV(B)220.45º65.67%78.82%-
XYZ18.7917.0757.56-
YUV109.29179.7599.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=18.06%
G=29.32%
B=52.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691122010.660.4400.21220.455552.94
Hex4570C9422C015dc3735
Octal105160311102540253346765
Binary1000101111000011001001100001010110001010111011100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4570C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4570C9; }

 p { color: rgb(69,112,201); }

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

<style>
 a { background-color: #4570C9; }

 a { background-color: rgb(69,112,201); }

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

<style>
 span { border-color: #4570C9; }

 span { border-color: rgb(69,112,201); }

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