Html Css Color HEX #4C8ECE Havelock Blue

📋 copy color: '#4C8ECE'

red 76 ◦ green 142 ◦ blue 206

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

Shades of Havelock Blue #4C8ECE

Tints of Havelock Blue #4C8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

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

R = 17.92%
G = 33.49%
B = 48.58%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C8ECE (or 0x4C8ECE) is known color: Havelock Blue. HEX triplet: 4C, 8E and CE. RGB value is (76,142,206). Sum of RGB (Red+Green+Blue) = 76+142+206=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C8ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8ECE is #B37131. Grayscale: #818181. Windows color (decimal): -11759922 or 13536844. OLE color: 13536844.

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

Color convert

RGB 76 142 206 -
CMYK 0.63 0.31 0 0.19
HSL 209.54º 0.57% 0.55% -
HSV(B) 209.54º 0.63% 0.81% -
XYZ 23.79 25.34 62.03 -
YUV 129.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 76 142 206 0.63 0.31 0 0.19 209.54 0.57 0.55
Hex 4C 8E CE 3F 1F 0 13 D2 39 37
Octal 114 216 316 77 37 0 23 322 71 67
Binary 1001100 10001110 11001110 111111 11111 0 10011 11010010 111001 110111

Color Harmonies of #4C8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8ECE

Black with #4C8ECE

Text Example


Text Example

White with #4C8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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