Html Css Color HEX #4C80BE Havelock Blue

📋 copy color: '#4C80BE'

red 76 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #4C80BE

Tints of Havelock Blue #4C80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 19.29%
G = 32.49%
B = 48.22%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C80BE (or 0x4C80BE) is known color: Havelock Blue. HEX triplet: 4C, 80 and BE. RGB value is (76,128,190). Sum of RGB (Red+Green+Blue) = 76+128+190=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C80BE is #B37F41. Grayscale: #777777. Windows color (decimal): -11763522 or 12484684. OLE color: 12484684.

HSL color Cylindrical-coordinate representation of color #4C80BE: hue angle of 212.63º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C80BE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 128 190 -
CMYK 0.60 0.33 0 0.25
HSL 212.63º 0.47% 0.52% -
HSV(B) 212.63º 0.6% 0.75% -
XYZ 19.99 20.69 51.66 -
YUV 119.52 167.77 96.96 -
System Red Green Blue C M Y K H S L
Decimal 76 128 190 0.60 0.33 0 0.25 212.63 0.47 0.52
Hex 4C 80 BE 3C 21 0 19 D5 2F 34
Octal 114 200 276 74 41 0 31 325 57 64
Binary 1001100 10000000 10111110 111100 100001 0 11001 11010101 101111 110100

Color Harmonies of #4C80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C80BE

Black with #4C80BE

Text Example


Text Example

White with #4C80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,128,190); }

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

background-color css

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

 a { background-color: rgb(76,128,190); }

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

border-color css

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

 span { border-color: rgb(76,128,190); }

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