Html Css Color HEX #4975CC Havelock Blue

📋 copy color: '#4975CC'

red 73 ◦ green 117 ◦ blue 204

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

Shades of Havelock Blue #4975CC

Tints of Havelock Blue #4975CC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 18.53%
G = 29.7%
B = 51.78%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4975CC (or 0x4975CC) is known color: Havelock Blue. HEX triplet: 49, 75 and CC. RGB value is (73,117,204). Sum of RGB (Red+Green+Blue) = 73+117+204=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #4975CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975CC is #B68A33. Grayscale: #717171. Windows color (decimal): -11962932 or 13399369. OLE color: 13399369.

HSL color Cylindrical-coordinate representation of color #4975CC: hue angle of 219.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4975CC is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 117 204 -
CMYK 0.64 0.43 0 0.2
HSL 219.85º 0.56% 0.54% -
HSV(B) 219.85º 0.64% 0.8% -
XYZ 20.01 18.5 59.64 -
YUV 113.76 178.92 98.93 -
System Red Green Blue C M Y K H S L
Decimal 73 117 204 0.64 0.43 0 0.2 219.85 0.56 0.54
Hex 49 75 CC 40 2B 0 14 DC 38 36
Octal 111 165 314 100 53 0 24 334 70 66
Binary 1001001 1110101 11001100 1000000 101011 0 10100 11011100 111000 110110

Color Harmonies of #4975CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975CC

Black with #4975CC

Text Example


Text Example

White with #4975CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4975CC; }

 p { color: rgb(73,117,204); }

 H1.HeaderClassName
 {
   color: #4975CC;
 }
 .AnyTagClassName
 {
   color: #4975CC;
 }
</style>

background-color css

<style>
 a { background-color: #4975CC; }

 a { background-color: rgb(73,117,204); }

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

border-color css

<style>
 span { border-color: #4975CC; }

 span { border-color: rgb(73,117,204); }

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