Html Css Color HEX #447ACB Havelock Blue

📋 copy color: '#447ACB'

red 68 ◦ green 122 ◦ blue 203

#447ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #447ACB

Tints of Havelock Blue #447ACB

RGB

 RED value IS 68 (26.95% from 255) = 17.3%

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 17.3%
G = 31.04%
B = 51.65%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#447ACB (or 0x447ACB) is known color: 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

RGB 68 122 203 -
CMYK 0.67 0.40 0 0.20
HSL 216º 0.56% 0.53% -
HSV(B) 216º 0.67% 0.8% -
XYZ 20.12 19.46 59.2 -
YUV 115.09 177.61 94.41 -
System Red Green Blue C M Y K H S L
Decimal 68 122 203 0.67 0.40 0 0.20 216 0.56 0.53
Hex 44 7A CB 43 28 0 14 D8 38 35
Octal 104 172 313 103 50 0 24 330 70 65
Binary 1000100 1111010 11001011 1000011 101000 0 10100 11011000 111000 110101

Color Harmonies of #447ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ACB

Black with #447ACB

Text Example


Text Example

White with #447ACB

Text Example


Text Example

HTML Codes & Css Web 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>