Html Css Color HEX #4977C1 Havelock Blue

📋 copy color: '#4977C1'

red 73 ◦ green 119 ◦ blue 193

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

Shades of Havelock Blue #4977C1

Tints of Havelock Blue #4977C1

RGB

 RED value IS 73 (28.91% from 255) = 18.96%

 GREEN value IS 119 (46.88% from 255) = 30.91%

 BLUE value IS 193 (75.78% from 255) = 50.13%

R = 18.96%
G = 30.91%
B = 50.13%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4977C1 (or 0x4977C1) is known color: Havelock Blue. HEX triplet: 49, 77 and C1. RGB value is (73,119,193). Sum of RGB (Red+Green+Blue) = 73+119+193=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #4977C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4977C1 is #B6883E. Grayscale: #717171. Windows color (decimal): -11962431 or 12678985. OLE color: 12678985.

HSL color Cylindrical-coordinate representation of color #4977C1: hue angle of 217º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4977C1 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 119 193 -
CMYK 0.62 0.38 0 0.24
HSL 217º 0.49% 0.52% -
HSV(B) 217º 0.62% 0.76% -
XYZ 18.97 18.46 53.02 -
YUV 113.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 73 119 193 0.62 0.38 0 0.24 217 0.49 0.52
Hex 49 77 C1 3E 26 0 18 D9 31 34
Octal 111 167 301 76 46 0 30 331 61 64
Binary 1001001 1110111 11000001 111110 100110 0 11000 11011001 110001 110100

Color Harmonies of #4977C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4977C1

Black with #4977C1

Text Example


Text Example

White with #4977C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4977C1; }

 p { color: rgb(73,119,193); }

 H1.HeaderClassName
 {
   color: #4977C1;
 }
 .AnyTagClassName
 {
   color: #4977C1;
 }
</style>

background-color css

<style>
 a { background-color: #4977C1; }

 a { background-color: rgb(73,119,193); }

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

border-color css

<style>
 span { border-color: #4977C1; }

 span { border-color: rgb(73,119,193); }

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