Html Css Color HEX #4C84CE Havelock Blue

📋 copy color: '#4C84CE'

red 76 ◦ green 132 ◦ blue 206

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

Shades of Havelock Blue #4C84CE

Tints of Havelock Blue #4C84CE

RGB

 RED value IS 76 (30.08% from 255) = 18.36%

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

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

R = 18.36%
G = 31.88%
B = 49.76%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C84CE (or 0x4C84CE) is known color: Havelock Blue. HEX triplet: 4C, 84 and CE. RGB value is (76,132,206). Sum of RGB (Red+Green+Blue) = 76+132+206=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C84CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C84CE is #B37B31. Grayscale: #7B7B7B. Windows color (decimal): -11762482 or 13534284. OLE color: 13534284.

HSL color Cylindrical-coordinate representation of color #4C84CE: hue angle of 214.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C84CE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 132 206 -
CMYK 0.63 0.36 0 0.19
HSL 214.15º 0.57% 0.55% -
HSV(B) 214.15º 0.63% 0.81% -
XYZ 22.37 22.5 61.56 -
YUV 123.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 76 132 206 0.63 0.36 0 0.19 214.15 0.57 0.55
Hex 4C 84 CE 3F 24 0 13 D6 39 37
Octal 114 204 316 77 44 0 23 326 71 67
Binary 1001100 10000100 11001110 111111 100100 0 10011 11010110 111001 110111

Color Harmonies of #4C84CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C84CE

Black with #4C84CE

Text Example


Text Example

White with #4C84CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C84CE; }

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

 H1.HeaderClassName
 {
   color: #4C84CE;
 }
 .AnyTagClassName
 {
   color: #4C84CE;
 }
</style>

background-color css

<style>
 a { background-color: #4C84CE; }

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

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

border-color css

<style>
 span { border-color: #4C84CE; }

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

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