Html Css Color HEX #4E83CA Havelock Blue

📋 copy color: '#4E83CA'

red 78 ◦ green 131 ◦ blue 202

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

Shades of Havelock Blue #4E83CA

Tints of Havelock Blue #4E83CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.87%

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 18.98%
G = 31.87%
B = 49.15%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4E83CA (or 0x4E83CA) is known color: Havelock Blue. HEX triplet: 4E, 83 and CA. RGB value is (78,131,202). Sum of RGB (Red+Green+Blue) = 78+131+202=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E83CA is #B17C35. Grayscale: #7A7A7A. Windows color (decimal): -11631670 or 13271886. OLE color: 13271886.

HSL color Cylindrical-coordinate representation of color #4E83CA: hue angle of 214.35º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E83CA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 78 131 202 -
CMYK 0.61 0.35 0 0.21
HSL 214.35º 0.54% 0.55% -
HSV(B) 214.35º 0.61% 0.79% -
XYZ 21.92 22.12 58.99 -
YUV 123.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 78 131 202 0.61 0.35 0 0.21 214.35 0.54 0.55
Hex 4E 83 CA 3D 23 0 15 D6 36 37
Octal 116 203 312 75 43 0 25 326 66 67
Binary 1001110 10000011 11001010 111101 100011 0 10101 11010110 110110 110111

Color Harmonies of #4E83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E83CA

Black with #4E83CA

Text Example


Text Example

White with #4E83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,131,202); }

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

background-color css

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

 a { background-color: rgb(78,131,202); }

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

border-color css

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

 span { border-color: rgb(78,131,202); }

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