Html Css Color HEX #4484CC Havelock Blue

📋 copy color: '#4484CC'

red 68 ◦ green 132 ◦ blue 204

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

Shades of Havelock Blue #4484CC

Tints of Havelock Blue #4484CC

RGB

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

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

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

R = 16.83%
G = 32.67%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4484CC (or 0x4484CC) is known color: Havelock Blue. HEX triplet: 44, 84 and CC. RGB value is (68,132,204). Sum of RGB (Red+Green+Blue) = 68+132+204=404 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.83% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #4484CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484CC is #BB7B33. Grayscale: #787878. Windows color (decimal): -12286772 or 13403204. OLE color: 13403204.

HSL color Cylindrical-coordinate representation of color #4484CC: hue angle of 211.76º 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 #4484CC is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 132 204 -
CMYK 0.67 0.35 0 0.2
HSL 211.76º 0.57% 0.53% -
HSV(B) 211.76º 0.67% 0.8% -
XYZ 21.53 22.09 60.26 -
YUV 121.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 68 132 204 0.67 0.35 0 0.2 211.76 0.57 0.53
Hex 44 84 CC 43 23 0 14 D4 39 35
Octal 104 204 314 103 43 0 24 324 71 65
Binary 1000100 10000100 11001100 1000011 100011 0 10100 11010100 111001 110101

Color Harmonies of #4484CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484CC

Black with #4484CC

Text Example


Text Example

White with #4484CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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