Html Css Color HEX #4C79BE Havelock Blue

📋 copy color: '#4C79BE'

red 76 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #4C79BE

Tints of Havelock Blue #4C79BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

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

R = 19.64%
G = 31.27%
B = 49.1%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4C79BE (or 0x4C79BE) is known color: Havelock Blue. HEX triplet: 4C, 79 and BE. RGB value is (76,121,190). Sum of RGB (Red+Green+Blue) = 76+121+190=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C79BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C79BE is #B38641. Grayscale: #737373. Windows color (decimal): -11765314 or 12482892. OLE color: 12482892.

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

Color convert

RGB 76 121 190 -
CMYK 0.60 0.36 0 0.25
HSL 216.32º 0.47% 0.52% -
HSV(B) 216.32º 0.6% 0.75% -
XYZ 19.11 18.93 51.36 -
YUV 115.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 76 121 190 0.60 0.36 0 0.25 216.32 0.47 0.52
Hex 4C 79 BE 3C 24 0 19 D8 2F 34
Octal 114 171 276 74 44 0 31 330 57 64
Binary 1001100 1111001 10111110 111100 100100 0 11001 11011000 101111 110100

Color Harmonies of #4C79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C79BE

Black with #4C79BE

Text Example


Text Example

White with #4C79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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