Html Css Color HEX #4D80BE Havelock Blue

📋 copy color: '#4D80BE'

red 77 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #4D80BE

Tints of Havelock Blue #4D80BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

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

R = 19.49%
G = 32.41%
B = 48.1%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D80BE (or 0x4D80BE) is known color: Havelock Blue. HEX triplet: 4D, 80 and BE. RGB value is (77,128,190). Sum of RGB (Red+Green+Blue) = 77+128+190=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D80BE is #B27F41. Grayscale: #777777. Windows color (decimal): -11697986 or 12484685. OLE color: 12484685.

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

Color convert

RGB 77 128 190 -
CMYK 0.59 0.33 0 0.25
HSL 212.92º 0.47% 0.52% -
HSV(B) 212.92º 0.59% 0.75% -
XYZ 20.07 20.73 51.66 -
YUV 119.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 77 128 190 0.59 0.33 0 0.25 212.92 0.47 0.52
Hex 4D 80 BE 3B 21 0 19 D5 2F 34
Octal 115 200 276 73 41 0 31 325 57 64
Binary 1001101 10000000 10111110 111011 100001 0 11001 11010101 101111 110100

Color Harmonies of #4D80BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D80BE

Black with #4D80BE

Text Example


Text Example

White with #4D80BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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