Html Css Color HEX #4484CE Havelock Blue

📋 copy color: '#4484CE'

red 68 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #4484CE

Tints of Havelock Blue #4484CE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 16.75%
G = 32.51%
B = 50.74%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4484CE (or 0x4484CE) is known color: Havelock Blue. HEX triplet: 44, 84 and CE. RGB value is (68,132,206). Sum of RGB (Red+Green+Blue) = 68+132+206=406 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.75% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4484CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484CE is #BB7B31. Grayscale: #787878. Windows color (decimal): -12286770 or 13534276. OLE color: 13534276.

HSL color Cylindrical-coordinate representation of color #4484CE: hue angle of 212.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4484CE is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 132 206 -
CMYK 0.67 0.36 0 0.19
HSL 212.17º 0.58% 0.54% -
HSV(B) 212.17º 0.67% 0.81% -
XYZ 21.78 22.19 61.53 -
YUV 121.3 175.8 89.98 -
System Red Green Blue C M Y K H S L
Decimal 68 132 206 0.67 0.36 0 0.19 212.17 0.58 0.54
Hex 44 84 CE 43 24 0 13 D4 3A 36
Octal 104 204 316 103 44 0 23 324 72 66
Binary 1000100 10000100 11001110 1000011 100100 0 10011 11010100 111010 110110

Color Harmonies of #4484CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484CE

Black with #4484CE

Text Example


Text Example

White with #4484CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4484CE; }

 p { color: rgb(68,132,206); }

 H1.HeaderClassName
 {
   color: #4484CE;
 }
 .AnyTagClassName
 {
   color: #4484CE;
 }
</style>

background-color css

<style>
 a { background-color: #4484CE; }

 a { background-color: rgb(68,132,206); }

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

border-color css

<style>
 span { border-color: #4484CE; }

 span { border-color: rgb(68,132,206); }

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