Html Css Color HEX #4D7ACE Havelock Blue

📋 copy color: '#4D7ACE'

red 77 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #4D7ACE

Tints of Havelock Blue #4D7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

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

R = 19.01%
G = 30.12%
B = 50.86%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D7ACE (or 0x4D7ACE) is known color: Havelock Blue. HEX triplet: 4D, 7A and CE. RGB value is (77,122,206). Sum of RGB (Red+Green+Blue) = 77+122+206=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ACE is #B28531. Grayscale: #757575. Windows color (decimal): -11699506 or 13531725. OLE color: 13531725.

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

Color convert

RGB 77 122 206 -
CMYK 0.63 0.41 0 0.19
HSL 219.07º 0.57% 0.55% -
HSV(B) 219.07º 0.63% 0.81% -
XYZ 21.16 19.95 61.13 -
YUV 118.12 177.59 98.67 -
System Red Green Blue C M Y K H S L
Decimal 77 122 206 0.63 0.41 0 0.19 219.07 0.57 0.55
Hex 4D 7A CE 3F 29 0 13 DB 39 37
Octal 115 172 316 77 51 0 23 333 71 67
Binary 1001101 1111010 11001110 111111 101001 0 10011 11011011 111001 110111

Color Harmonies of #4D7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7ACE

Black with #4D7ACE

Text Example


Text Example

White with #4D7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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