Html Css Color HEX #4E7DBE Havelock Blue

📋 copy color: '#4E7DBE'

red 78 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #4E7DBE

Tints of Havelock Blue #4E7DBE

RGB

 RED value IS 78 (30.86% from 255) = 19.85%

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 19.85%
G = 31.81%
B = 48.35%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4E7DBE (or 0x4E7DBE) is known color: Havelock Blue. HEX triplet: 4E, 7D and BE. RGB value is (78,125,190). Sum of RGB (Red+Green+Blue) = 78+125+190=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E7DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7DBE is #B18241. Grayscale: #767676. Windows color (decimal): -11633218 or 12483918. OLE color: 12483918.

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

Color convert

RGB 78 125 190 -
CMYK 0.59 0.34 0 0.25
HSL 214.82º 0.46% 0.53% -
HSV(B) 214.82º 0.59% 0.75% -
XYZ 19.77 20 51.53 -
YUV 118.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 78 125 190 0.59 0.34 0 0.25 214.82 0.46 0.53
Hex 4E 7D BE 3B 22 0 19 D7 2E 35
Octal 116 175 276 73 42 0 31 327 56 65
Binary 1001110 1111101 10111110 111011 100010 0 11001 11010111 101110 110101

Color Harmonies of #4E7DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7DBE

Black with #4E7DBE

Text Example


Text Example

White with #4E7DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,125,190); }

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

background-color css

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

 a { background-color: rgb(78,125,190); }

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

border-color css

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

 span { border-color: rgb(78,125,190); }

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