#4471CB

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

Shades of Royal Blue #4471CB

Tints of Royal Blue #4471CB

Color information

#4471CB (or 0x4471CB) is unknown color: approx Royal Blue. HEX triplet: 44, 71 and CB. RGB value is (68,113,203). Sum of RGB (Red+Green+Blue) = 68+113+203=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #4471CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4471CB is #BB8E34. Grayscale: #6D6D6D. Windows color (decimal): -12291637 or 13332804. OLE color: 13332804.

HSL color Cylindrical-coordinate representation of color #4471CB: hue angle of 220º 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 #4471CB is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB68113203-
CMYK0.670.4400.20
HSL220º56.49%53.14%-
HSV(B)220º66.5%79.61%-
XYZ19.0717.3558.84-
YUV109.8180.5998.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 113 (44.53% from 255) = 29.43%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=17.71%
G=29.43%
B=52.86%

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
Decimal681132030.670.4400.2022056.4953.14
Hex4471CB432C014dc3835
Octal104161313103540243347065
Binary1000100111000111001011100001110110001010011011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4471CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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