#4572DC

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

Shades of Royal Blue #4572DC

Tints of Royal Blue #4572DC

Color information

#4572DC (or 0x4572DC) is unknown color: approx Royal Blue. HEX triplet: 45, 72 and DC. RGB value is (69,114,220). Sum of RGB (Red+Green+Blue) = 69+114+220=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #4572DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4572DC is #BA8D23. Grayscale: #707070. Windows color (decimal): -12225828 or 14447173. OLE color: 14447173.

HSL color Cylindrical-coordinate representation of color #4572DC: hue angle of 222.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4572DC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69114220-
CMYK0.690.4800.14
HSL222.12º68.33%56.67%-
HSV(B)222.12º68.64%86.27%-
XYZ21.3918.4770.15-
YUV112.63188.5996.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.12%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 220 (86.33% from 255) = 54.59%
R=17.12%
G=28.29%
B=54.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691142200.690.4800.14222.1268.3356.67
Hex4572DC45300Ede4439
Octal1051623341056001633610471
Binary1000101111001011011100100010111000001110110111101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4572DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4572DC; }

 p { color: rgb(69,114,220); }

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

<style>
 a { background-color: #4572DC; }

 a { background-color: rgb(69,114,220); }

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

<style>
 span { border-color: #4572DC; }

 span { border-color: rgb(69,114,220); }

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