Html Css Color HEX #4D8ECA Havelock Blue

📋 copy color: '#4D8ECA'

red 77 ◦ green 142 ◦ blue 202

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

Shades of Havelock Blue #4D8ECA

Tints of Havelock Blue #4D8ECA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

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

R = 18.29%
G = 33.73%
B = 47.98%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D8ECA (or 0x4D8ECA) is known color: Havelock Blue. HEX triplet: 4D, 8E and CA. RGB value is (77,142,202). Sum of RGB (Red+Green+Blue) = 77+142+202=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D8ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ECA is #B27135. Grayscale: #818181. Windows color (decimal): -11694390 or 13274701. OLE color: 13274701.

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

Color convert

RGB 77 142 202 -
CMYK 0.62 0.30 0 0.21
HSL 208.8º 0.54% 0.55% -
HSV(B) 208.8º 0.62% 0.79% -
XYZ 23.39 25.19 59.51 -
YUV 129.41 168.97 90.62 -
System Red Green Blue C M Y K H S L
Decimal 77 142 202 0.62 0.30 0 0.21 208.8 0.54 0.55
Hex 4D 8E CA 3E 1E 0 15 D1 36 37
Octal 115 216 312 76 36 0 25 321 66 67
Binary 1001101 10001110 11001010 111110 11110 0 10101 11010001 110110 110111

Color Harmonies of #4D8ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8ECA

Black with #4D8ECA

Text Example


Text Example

White with #4D8ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,142,202); }

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

background-color css

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

 a { background-color: rgb(77,142,202); }

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

border-color css

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

 span { border-color: rgb(77,142,202); }

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