Html Css Color HEX #4D6DBE Havelock Blue

📋 copy color: '#4D6DBE'

red 77 ◦ green 109 ◦ blue 190

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

Shades of Havelock Blue #4D6DBE

Tints of Havelock Blue #4D6DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 20.48%
G = 28.99%
B = 50.53%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D6DBE (or 0x4D6DBE) is known color: Havelock Blue. HEX triplet: 4D, 6D and BE. RGB value is (77,109,190). Sum of RGB (Red+Green+Blue) = 77+109+190=376 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.48% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D6DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6DBE is #B29241. Grayscale: #6C6C6C. Windows color (decimal): -11702850 or 12479821. OLE color: 12479821.

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

Color convert

RGB 77 109 190 -
CMYK 0.59 0.43 0 0.25
HSL 223.01º 0.47% 0.52% -
HSV(B) 223.01º 0.59% 0.75% -
XYZ 17.82 16.23 50.91 -
YUV 108.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 77 109 190 0.59 0.43 0 0.25 223.01 0.47 0.52
Hex 4D 6D BE 3B 2B 0 19 DF 2F 34
Octal 115 155 276 73 53 0 31 337 57 64
Binary 1001101 1101101 10111110 111011 101011 0 11001 11011111 101111 110100

Color Harmonies of #4D6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6DBE

Black with #4D6DBE

Text Example


Text Example

White with #4D6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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