#4472CB

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

Shades of Royal Blue #4472CB

Tints of Royal Blue #4472CB

Color information

#4472CB (or 0x4472CB) is unknown color: approx Royal Blue. HEX triplet: 44, 72 and CB. RGB value is (68,114,203). Sum of RGB (Red+Green+Blue) = 68+114+203=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4472CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4472CB is #BB8D34. Grayscale: #6D6D6D. Windows color (decimal): -12291381 or 13333060. OLE color: 13333060.

HSL color Cylindrical-coordinate representation of color #4472CB: hue angle of 219.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4472CB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68114203-
CMYK0.670.4400.20
HSL219.56º56.49%53.14%-
HSV(B)219.56º66.5%79.61%-
XYZ19.1817.5858.88-
YUV110.39180.2697.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.66%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=17.66%
G=29.61%
B=52.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681142030.670.4400.20219.5656.4953.14
Hex4472CB432C014dc3835
Octal104162313103540243347065
Binary1000100111001011001011100001110110001010011011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4472CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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