Html Css Color HEX #4D7ACB Havelock Blue

📋 copy color: '#4D7ACB'

red 77 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #4D7ACB

Tints of Havelock Blue #4D7ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 19.15%
G = 30.35%
B = 50.5%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D7ACB (or 0x4D7ACB) is known color: Havelock Blue. HEX triplet: 4D, 7A and CB. RGB value is (77,122,203). Sum of RGB (Red+Green+Blue) = 77+122+203=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D7ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ACB is #B28534. Grayscale: #757575. Windows color (decimal): -11699509 or 13335117. OLE color: 13335117.

HSL color Cylindrical-coordinate representation of color #4D7ACB: hue angle of 218.57º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D7ACB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 122 203 -
CMYK 0.62 0.40 0 0.20
HSL 218.57º 0.55% 0.55% -
HSV(B) 218.57º 0.62% 0.8% -
XYZ 20.8 19.81 59.23 -
YUV 117.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 77 122 203 0.62 0.40 0 0.20 218.57 0.55 0.55
Hex 4D 7A CB 3E 28 0 14 DB 37 37
Octal 115 172 313 76 50 0 24 333 67 67
Binary 1001101 1111010 11001011 111110 101000 0 10100 11011011 110111 110111

Color Harmonies of #4D7ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7ACB

Black with #4D7ACB

Text Example


Text Example

White with #4D7ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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