#4571DC

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

Shades of Royal Blue #4571DC

Tints of Royal Blue #4571DC

Color information

#4571DC (or 0x4571DC) is unknown color: approx Royal Blue. HEX triplet: 45, 71 and DC. RGB value is (69,113,220). Sum of RGB (Red+Green+Blue) = 69+113+220=402 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.16% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #4571DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4571DC is #BA8E23. Grayscale: #6F6F6F. Windows color (decimal): -12226084 or 14446917. OLE color: 14446917.

HSL color Cylindrical-coordinate representation of color #4571DC: hue angle of 222.52º 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 #4571DC is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69113220-
CMYK0.690.4900.14
HSL222.52º68.33%56.67%-
HSV(B)222.52º68.64%86.27%-
XYZ21.2818.2470.11-
YUV112.04188.9297.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.16%
GREEN value IS 113 (44.53% from 255) = 28.11%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=17.16%
G=28.11%
B=54.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691132200.690.4900.14222.5268.3356.67
Hex4571DC45310Edf4439
Octal1051613341056101633710471
Binary1000101111000111011100100010111000101110110111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4571DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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