#4472CE

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

Shades of Royal Blue #4472CE

Tints of Royal Blue #4472CE

Color information

#4472CE (or 0x4472CE) is unknown color: approx Royal Blue. HEX triplet: 44, 72 and CE. RGB value is (68,114,206). Sum of RGB (Red+Green+Blue) = 68+114+206=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #4472CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472CE is #BB8D31. Grayscale: #6E6E6E. Windows color (decimal): -12291378 or 13529668. OLE color: 13529668.

HSL color Cylindrical-coordinate representation of color #4472CE: hue angle of 220º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4472CE is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB68114206-
CMYK0.670.4500.19
HSL220º58.47%53.73%-
HSV(B)220º66.99%80.78%-
XYZ19.5417.7260.78-
YUV110.73181.7697.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=17.53%
G=29.38%
B=53.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal681142060.670.4500.1922058.4753.73
Hex4472CE432D013dc3a36
Octal104162316103550233347266
Binary1000100111001011001110100001110110101001111011100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4472CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4472CE; }

 p { color: rgb(68,114,206); }

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

<style>
 a { background-color: #4472CE; }

 a { background-color: rgb(68,114,206); }

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

<style>
 span { border-color: #4472CE; }

 span { border-color: rgb(68,114,206); }

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