Html Css Color HEX #4D81BD Havelock Blue

📋 copy color: '#4D81BD'

red 77 ◦ green 129 ◦ blue 189

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

Shades of Havelock Blue #4D81BD

Tints of Havelock Blue #4D81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 19.49%
G = 32.66%
B = 47.85%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D81BD (or 0x4D81BD) is known color: Havelock Blue. HEX triplet: 4D, 81 and BD. RGB value is (77,129,189). Sum of RGB (Red+Green+Blue) = 77+129+189=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D81BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D81BD is #B27E42. Grayscale: #787878. Windows color (decimal): -11697731 or 12419405. OLE color: 12419405.

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

Color convert

RGB 77 129 189 -
CMYK 0.59 0.32 0 0.26
HSL 212.14º 0.46% 0.52% -
HSV(B) 212.14º 0.59% 0.74% -
XYZ 20.1 20.95 51.13 -
YUV 120.29 166.77 97.12 -
System Red Green Blue C M Y K H S L
Decimal 77 129 189 0.59 0.32 0 0.26 212.14 0.46 0.52
Hex 4D 81 BD 3B 20 0 1A D4 2E 34
Octal 115 201 275 73 40 0 32 324 56 64
Binary 1001101 10000001 10111101 111011 100000 0 11010 11010100 101110 110100

Color Harmonies of #4D81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D81BD

Black with #4D81BD

Text Example


Text Example

White with #4D81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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