Html Css Color HEX #4D8CCE Havelock Blue

📋 copy color: '#4D8CCE'

red 77 ◦ green 140 ◦ blue 206

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

Shades of Havelock Blue #4D8CCE

Tints of Havelock Blue #4D8CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.1%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 18.2%
G = 33.1%
B = 48.7%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D8CCE (or 0x4D8CCE) is known color: Havelock Blue. HEX triplet: 4D, 8C and CE. RGB value is (77,140,206). Sum of RGB (Red+Green+Blue) = 77+140+206=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8CCE is #B27331. Grayscale: #808080. Windows color (decimal): -11694898 or 13536333. OLE color: 13536333.

HSL color Cylindrical-coordinate representation of color #4D8CCE: hue angle of 210.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D8CCE is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 140 206 -
CMYK 0.63 0.32 0 0.19
HSL 210.7º 0.57% 0.55% -
HSV(B) 210.7º 0.63% 0.81% -
XYZ 23.58 24.79 61.93 -
YUV 128.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 77 140 206 0.63 0.32 0 0.19 210.7 0.57 0.55
Hex 4D 8C CE 3F 20 0 13 D3 39 37
Octal 115 214 316 77 40 0 23 323 71 67
Binary 1001101 10001100 11001110 111111 100000 0 10011 11010011 111001 110111

Color Harmonies of #4D8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8CCE

Black with #4D8CCE

Text Example


Text Example

White with #4D8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,140,206); }

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

background-color css

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

 a { background-color: rgb(77,140,206); }

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

border-color css

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

 span { border-color: rgb(77,140,206); }

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