Html Css Color HEX #4C7EBC Havelock Blue

📋 copy color: '#4C7EBC'

red 76 ◦ green 126 ◦ blue 188

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

Shades of Havelock Blue #4C7EBC

Tints of Havelock Blue #4C7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.31%

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

R = 19.49%
G = 32.31%
B = 48.21%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4C7EBC (or 0x4C7EBC) is known color: Havelock Blue. HEX triplet: 4C, 7E and BC. RGB value is (76,126,188). Sum of RGB (Red+Green+Blue) = 76+126+188=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #4C7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7EBC is #B38143. Grayscale: #757575. Windows color (decimal): -11764036 or 12353100. OLE color: 12353100.

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

Color convert

RGB 76 126 188 -
CMYK 0.60 0.33 0 0.26
HSL 213.21º 0.46% 0.52% -
HSV(B) 213.21º 0.6% 0.74% -
XYZ 19.52 20.09 50.43 -
YUV 118.12 167.44 97.96 -
System Red Green Blue C M Y K H S L
Decimal 76 126 188 0.60 0.33 0 0.26 213.21 0.46 0.52
Hex 4C 7E BC 3C 21 0 1A D5 2E 34
Octal 114 176 274 74 41 0 32 325 56 64
Binary 1001100 1111110 10111100 111100 100001 0 11010 11010101 101110 110100

Color Harmonies of #4C7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7EBC

Black with #4C7EBC

Text Example


Text Example

White with #4C7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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