Html Css Color HEX #4C8ACD Havelock Blue

📋 copy color: '#4C8ACD'

red 76 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #4C8ACD

Tints of Havelock Blue #4C8ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 18.14%
G = 32.94%
B = 48.93%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C8ACD (or 0x4C8ACD) is known color: Havelock Blue. HEX triplet: 4C, 8A and CD. RGB value is (76,138,205). Sum of RGB (Red+Green+Blue) = 76+138+205=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C8ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ACD is #B37532. Grayscale: #7E7E7E. Windows color (decimal): -11760947 or 13470284. OLE color: 13470284.

HSL color Cylindrical-coordinate representation of color #4C8ACD: hue angle of 211.16º 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 #4C8ACD is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 76 138 205 -
CMYK 0.63 0.33 0 0.20
HSL 211.16º 0.56% 0.55% -
HSV(B) 211.16º 0.63% 0.8% -
XYZ 23.09 24.12 61.2 -
YUV 127.1 171.96 91.55 -
System Red Green Blue C M Y K H S L
Decimal 76 138 205 0.63 0.33 0 0.20 211.16 0.56 0.55
Hex 4C 8A CD 3F 21 0 14 D3 38 37
Octal 114 212 315 77 41 0 24 323 70 67
Binary 1001100 10001010 11001101 111111 100001 0 10100 11010011 111000 110111

Color Harmonies of #4C8ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8ACD

Black with #4C8ACD

Text Example


Text Example

White with #4C8ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,205); }

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

background-color css

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

 a { background-color: rgb(76,138,205); }

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

border-color css

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

 span { border-color: rgb(76,138,205); }

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