Html Css Color HEX #4975BE Havelock Blue

📋 copy color: '#4975BE'

red 73 ◦ green 117 ◦ blue 190

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

Shades of Havelock Blue #4975BE

Tints of Havelock Blue #4975BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 19.21%
G = 30.79%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4975BE (or 0x4975BE) is known color: Havelock Blue. HEX triplet: 49, 75 and BE. RGB value is (73,117,190). Sum of RGB (Red+Green+Blue) = 73+117+190=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #4975BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975BE is #B68A41. Grayscale: #6F6F6F. Windows color (decimal): -11962946 or 12481865. OLE color: 12481865.

HSL color Cylindrical-coordinate representation of color #4975BE: hue angle of 217.44º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4975BE is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 117 190 -
CMYK 0.62 0.38 0 0.25
HSL 217.44º 0.47% 0.52% -
HSV(B) 217.44º 0.62% 0.75% -
XYZ 18.4 17.86 51.19 -
YUV 112.17 171.92 100.06 -
System Red Green Blue C M Y K H S L
Decimal 73 117 190 0.62 0.38 0 0.25 217.44 0.47 0.52
Hex 49 75 BE 3E 26 0 19 D9 2F 34
Octal 111 165 276 76 46 0 31 331 57 64
Binary 1001001 1110101 10111110 111110 100110 0 11001 11011001 101111 110100

Color Harmonies of #4975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975BE

Black with #4975BE

Text Example


Text Example

White with #4975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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