Html Css Color HEX #4D8ACA Havelock Blue

📋 copy color: '#4D8ACA'

red 77 ◦ green 138 ◦ blue 202

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

Shades of Havelock Blue #4D8ACA

Tints of Havelock Blue #4D8ACA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.09%

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

R = 18.47%
G = 33.09%
B = 48.44%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4D8ACA (or 0x4D8ACA) is known color: Havelock Blue. HEX triplet: 4D, 8A and CA. RGB value is (77,138,202). Sum of RGB (Red+Green+Blue) = 77+138+202=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ACA is #B27535. Grayscale: #7E7E7E. Windows color (decimal): -11695414 or 13273677. OLE color: 13273677.

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

Color convert

RGB 77 138 202 -
CMYK 0.62 0.32 0 0.21
HSL 210.72º 0.54% 0.55% -
HSV(B) 210.72º 0.62% 0.79% -
XYZ 22.81 24.02 59.31 -
YUV 127.06 170.29 92.3 -
System Red Green Blue C M Y K H S L
Decimal 77 138 202 0.62 0.32 0 0.21 210.72 0.54 0.55
Hex 4D 8A CA 3E 20 0 15 D3 36 37
Octal 115 212 312 76 40 0 25 323 66 67
Binary 1001101 10001010 11001010 111110 100000 0 10101 11010011 110110 110111

Color Harmonies of #4D8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8ACA

Black with #4D8ACA

Text Example


Text Example

White with #4D8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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