Html Css Color HEX #4D79BE Havelock Blue

📋 copy color: '#4D79BE'

red 77 ◦ green 121 ◦ blue 190

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

Shades of Havelock Blue #4D79BE

Tints of Havelock Blue #4D79BE

RGB

 RED value IS 77 (30.47% from 255) = 19.85%

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

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

R = 19.85%
G = 31.19%
B = 48.97%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D79BE (or 0x4D79BE) is known color: Havelock Blue. HEX triplet: 4D, 79 and BE. RGB value is (77,121,190). Sum of RGB (Red+Green+Blue) = 77+121+190=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D79BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D79BE is #B28641. Grayscale: #737373. Windows color (decimal): -11699778 or 12482893. OLE color: 12482893.

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

Color convert

RGB 77 121 190 -
CMYK 0.59 0.36 0 0.25
HSL 216.64º 0.47% 0.52% -
HSV(B) 216.64º 0.59% 0.75% -
XYZ 19.19 18.97 51.37 -
YUV 115.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 77 121 190 0.59 0.36 0 0.25 216.64 0.47 0.52
Hex 4D 79 BE 3B 24 0 19 D9 2F 34
Octal 115 171 276 73 44 0 31 331 57 64
Binary 1001101 1111001 10111110 111011 100100 0 11001 11011001 101111 110100

Color Harmonies of #4D79BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D79BE

Black with #4D79BE

Text Example


Text Example

White with #4D79BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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