Html Css Color HEX #4382CC Havelock Blue

📋 copy color: '#4382CC'

red 67 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #4382CC

Tints of Havelock Blue #4382CC

RGB

 RED value IS 67 (26.56% from 255) = 16.71%

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 16.71%
G = 32.42%
B = 50.87%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4382CC (or 0x4382CC) is known color: Havelock Blue. HEX triplet: 43, 82 and CC. RGB value is (67,130,204). Sum of RGB (Red+Green+Blue) = 67+130+204=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #4382CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4382CC is #BC7D33. Grayscale: #777777. Windows color (decimal): -12352820 or 13402691. OLE color: 13402691.

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

Color convert

RGB 67 130 204 -
CMYK 0.67 0.36 0 0.2
HSL 212.41º 0.57% 0.53% -
HSV(B) 212.41º 0.67% 0.8% -
XYZ 21.2 21.52 60.16 -
YUV 119.6 175.63 90.48 -
System Red Green Blue C M Y K H S L
Decimal 67 130 204 0.67 0.36 0 0.2 212.41 0.57 0.53
Hex 43 82 CC 43 24 0 14 D4 39 35
Octal 103 202 314 103 44 0 24 324 71 65
Binary 1000011 10000010 11001100 1000011 100100 0 10100 11010100 111001 110101

Color Harmonies of #4382CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4382CC

Black with #4382CC

Text Example


Text Example

White with #4382CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,130,204); }

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

background-color css

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

 a { background-color: rgb(67,130,204); }

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

border-color css

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

 span { border-color: rgb(67,130,204); }

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