#447ACB

Color #447ACB Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #447ACB

Tints of Havelock Blue #447ACB

Color information

#447ACB (or 0x447ACB) is unknown color: approx Havelock Blue. HEX triplet: 44, 7A and CB. RGB value is (68,122,203). Sum of RGB (Red+Green+Blue) = 68+122+203=393 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.30% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #447ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ACB is #BB8534. Grayscale: #727272. Windows color (decimal): -12289333 or 13335108. OLE color: 13335108.

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

Color convert

RGB68122203-
CMYK0.670.4000.20
HSL216º56.49%53.14%-
HSV(B)216º66.5%79.61%-
XYZ20.1219.4659.2-
YUV115.09177.6194.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.30%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=17.30%
G=31.04%
B=51.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal681222030.670.4000.2021656.4953.14
Hex447ACB4328014d83835
Octal104172313103500243307065
Binary1000100111101011001011100001110100001010011011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447ACB; }

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

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

<style>
 a { background-color: #447ACB; }

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

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

<style>
 span { border-color: #447ACB; }

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

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