Html Css Color HEX #4D7CCE Havelock Blue

📋 copy color: '#4D7CCE'

red 77 ◦ green 124 ◦ blue 206

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

Shades of Havelock Blue #4D7CCE

Tints of Havelock Blue #4D7CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

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

R = 18.92%
G = 30.47%
B = 50.61%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D7CCE (or 0x4D7CCE) is known color: Havelock Blue. HEX triplet: 4D, 7C and CE. RGB value is (77,124,206). Sum of RGB (Red+Green+Blue) = 77+124+206=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D7CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CCE is #B28331. Grayscale: #767676. Windows color (decimal): -11698994 or 13532237. OLE color: 13532237.

HSL color Cylindrical-coordinate representation of color #4D7CCE: hue angle of 218.14º 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 #4D7CCE is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 124 206 -
CMYK 0.63 0.40 0 0.19
HSL 218.14º 0.57% 0.55% -
HSV(B) 218.14º 0.63% 0.81% -
XYZ 21.41 20.45 61.21 -
YUV 119.3 176.93 97.83 -
System Red Green Blue C M Y K H S L
Decimal 77 124 206 0.63 0.40 0 0.19 218.14 0.57 0.55
Hex 4D 7C CE 3F 28 0 13 DA 39 37
Octal 115 174 316 77 50 0 23 332 71 67
Binary 1001101 1111100 11001110 111111 101000 0 10011 11011010 111001 110111

Color Harmonies of #4D7CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7CCE

Black with #4D7CCE

Text Example


Text Example

White with #4D7CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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