Html Css Color HEX #4E74BB Havelock Blue

📋 copy color: '#4E74BB'

red 78 ◦ green 116 ◦ blue 187

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

Shades of Havelock Blue #4E74BB

Tints of Havelock Blue #4E74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 20.47%
G = 30.45%
B = 49.08%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E74BB (or 0x4E74BB) is known color: Havelock Blue. HEX triplet: 4E, 74 and BB. RGB value is (78,116,187). Sum of RGB (Red+Green+Blue) = 78+116+187=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E74BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E74BB is #B18B44. Grayscale: #707070. Windows color (decimal): -11635525 or 12285006. OLE color: 12285006.

HSL color Cylindrical-coordinate representation of color #4E74BB: hue angle of 219.08º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E74BB is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 116 187 -
CMYK 0.58 0.38 0 0.27
HSL 219.08º 0.44% 0.52% -
HSV(B) 219.08º 0.58% 0.73% -
XYZ 18.36 17.7 49.46 -
YUV 112.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 78 116 187 0.58 0.38 0 0.27 219.08 0.44 0.52
Hex 4E 74 BB 3A 26 0 1B DB 2C 34
Octal 116 164 273 72 46 0 33 333 54 64
Binary 1001110 1110100 10111011 111010 100110 0 11011 11011011 101100 110100

Color Harmonies of #4E74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E74BB

Black with #4E74BB

Text Example


Text Example

White with #4E74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,187); }

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

background-color css

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

 a { background-color: rgb(78,116,187); }

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

border-color css

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

 span { border-color: rgb(78,116,187); }

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