Html Css Color HEX #4C76BC Havelock Blue

📋 copy color: '#4C76BC'

red 76 ◦ green 118 ◦ blue 188

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

Shades of Havelock Blue #4C76BC

Tints of Havelock Blue #4C76BC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 19.9%
G = 30.89%
B = 49.21%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C76BC (or 0x4C76BC) is known color: Havelock Blue. HEX triplet: 4C, 76 and BC. RGB value is (76,118,188). Sum of RGB (Red+Green+Blue) = 76+118+188=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C76BC is #B38943. Grayscale: #717171. Windows color (decimal): -11766084 or 12351052. OLE color: 12351052.

HSL color Cylindrical-coordinate representation of color #4C76BC: hue angle of 217.5º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C76BC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 76 118 188 -
CMYK 0.60 0.37 0 0.26
HSL 217.5º 0.46% 0.52% -
HSV(B) 217.5º 0.6% 0.74% -
XYZ 18.54 18.12 50.1 -
YUV 113.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 76 118 188 0.60 0.37 0 0.26 217.5 0.46 0.52
Hex 4C 76 BC 3C 25 0 1A DA 2E 34
Octal 114 166 274 74 45 0 32 332 56 64
Binary 1001100 1110110 10111100 111100 100101 0 11010 11011010 101110 110100

Color Harmonies of #4C76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C76BC

Black with #4C76BC

Text Example


Text Example

White with #4C76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,188); }

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

background-color css

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

 a { background-color: rgb(76,118,188); }

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

border-color css

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

 span { border-color: rgb(76,118,188); }

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