Html Css Color HEX #447ECC Havelock Blue

📋 copy color: '#447ECC'

red 68 ◦ green 126 ◦ blue 204

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

Shades of Havelock Blue #447ECC

Tints of Havelock Blue #447ECC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 17.09%
G = 31.66%
B = 51.26%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#447ECC (or 0x447ECC) is known color: Havelock Blue. HEX triplet: 44, 7E and CC. RGB value is (68,126,204). Sum of RGB (Red+Green+Blue) = 68+126+204=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #447ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447ECC is #BB8133. Grayscale: #757575. Windows color (decimal): -12288308 or 13401668. OLE color: 13401668.

HSL color Cylindrical-coordinate representation of color #447ECC: hue angle of 214.41º degrees, saturation: 0.57, 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 #447ECC is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 126 204 -
CMYK 0.67 0.38 0 0.2
HSL 214.41º 0.57% 0.53% -
HSV(B) 214.41º 0.67% 0.8% -
XYZ 20.74 20.51 59.99 -
YUV 117.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 68 126 204 0.67 0.38 0 0.2 214.41 0.57 0.53
Hex 44 7E CC 43 26 0 14 D6 39 35
Octal 104 176 314 103 46 0 24 326 71 65
Binary 1000100 1111110 11001100 1000011 100110 0 10100 11010110 111001 110101

Color Harmonies of #447ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447ECC

Black with #447ECC

Text Example


Text Example

White with #447ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,126,204); }

 H1.HeaderClassName
 {
   color: #447ECC;
 }
 .AnyTagClassName
 {
   color: #447ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(68,126,204); }

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

border-color css

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

 span { border-color: rgb(68,126,204); }

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