Html Css Color HEX #4C88CC Havelock Blue

📋 copy color: '#4C88CC'

red 76 ◦ green 136 ◦ blue 204

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

Shades of Havelock Blue #4C88CC

Tints of Havelock Blue #4C88CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 18.27%
G = 32.69%
B = 49.04%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4C88CC (or 0x4C88CC) is known color: Havelock Blue. HEX triplet: 4C, 88 and CC. RGB value is (76,136,204). Sum of RGB (Red+Green+Blue) = 76+136+204=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C88CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C88CC is #B37733. Grayscale: #7D7D7D. Windows color (decimal): -11761460 or 13404236. OLE color: 13404236.

HSL color Cylindrical-coordinate representation of color #4C88CC: hue angle of 211.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C88CC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 136 204 -
CMYK 0.63 0.33 0 0.2
HSL 211.88º 0.56% 0.55% -
HSV(B) 211.88º 0.63% 0.8% -
XYZ 22.68 23.5 60.47 -
YUV 125.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 76 136 204 0.63 0.33 0 0.2 211.88 0.56 0.55
Hex 4C 88 CC 3F 21 0 14 D4 38 37
Octal 114 210 314 77 41 0 24 324 70 67
Binary 1001100 10001000 11001100 111111 100001 0 10100 11010100 111000 110111

Color Harmonies of #4C88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C88CC

Black with #4C88CC

Text Example


Text Example

White with #4C88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,136,204); }

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

background-color css

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

 a { background-color: rgb(76,136,204); }

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

border-color css

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

 span { border-color: rgb(76,136,204); }

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