Html Css Color HEX #4D79BD Havelock Blue

📋 copy color: '#4D79BD'

red 77 ◦ green 121 ◦ blue 189

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

Shades of Havelock Blue #4D79BD

Tints of Havelock Blue #4D79BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 19.9%
G = 31.27%
B = 48.84%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D79BD (or 0x4D79BD) is known color: Havelock Blue. HEX triplet: 4D, 79 and BD. RGB value is (77,121,189). Sum of RGB (Red+Green+Blue) = 77+121+189=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D79BD is #B28642. Grayscale: #737373. Windows color (decimal): -11699779 or 12417357. OLE color: 12417357.

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

Color convert

RGB 77 121 189 -
CMYK 0.59 0.36 0 0.26
HSL 216.43º 0.46% 0.52% -
HSV(B) 216.43º 0.59% 0.74% -
XYZ 19.08 18.93 50.79 -
YUV 115.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 77 121 189 0.59 0.36 0 0.26 216.43 0.46 0.52
Hex 4D 79 BD 3B 24 0 1A D8 2E 34
Octal 115 171 275 73 44 0 32 330 56 64
Binary 1001101 1111001 10111101 111011 100100 0 11010 11011000 101110 110100

Color Harmonies of #4D79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D79BD

Black with #4D79BD

Text Example


Text Example

White with #4D79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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