Html Css Color HEX #4D8DCA Havelock Blue

📋 copy color: '#4D8DCA'

red 77 ◦ green 141 ◦ blue 202

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

Shades of Havelock Blue #4D8DCA

Tints of Havelock Blue #4D8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

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

R = 18.33%
G = 33.57%
B = 48.1%

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

#4D8DCA (or 0x4D8DCA) is known color: Havelock Blue. HEX triplet: 4D, 8D and CA. RGB value is (77,141,202). Sum of RGB (Red+Green+Blue) = 77+141+202=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D8DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8DCA is #B27235. Grayscale: #808080. Windows color (decimal): -11694646 or 13274445. OLE color: 13274445.

HSL color Cylindrical-coordinate representation of color #4D8DCA: hue angle of 209.28º 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 #4D8DCA is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 77 141 202 -
CMYK 0.62 0.30 0 0.21
HSL 209.28º 0.54% 0.55% -
HSV(B) 209.28º 0.62% 0.79% -
XYZ 23.25 24.89 59.46 -
YUV 128.82 169.3 91.04 -
System Red Green Blue C M Y K H S L
Decimal 77 141 202 0.62 0.30 0 0.21 209.28 0.54 0.55
Hex 4D 8D CA 3E 1E 0 15 D1 36 37
Octal 115 215 312 76 36 0 25 321 66 67
Binary 1001101 10001101 11001010 111110 11110 0 10101 11010001 110110 110111

Color Harmonies of #4D8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8DCA

Black with #4D8DCA

Text Example


Text Example

White with #4D8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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