Html Css Color HEX #4975BF Havelock Blue

📋 copy color: '#4975BF'

red 73 ◦ green 117 ◦ blue 191

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

Shades of Havelock Blue #4975BF

Tints of Havelock Blue #4975BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 19.16%
G = 30.71%
B = 50.13%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4975BF (or 0x4975BF) is known color: Havelock Blue. HEX triplet: 49, 75 and BF. RGB value is (73,117,191). Sum of RGB (Red+Green+Blue) = 73+117+191=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #4975BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4975BF is #B68A40. Grayscale: #6F6F6F. Windows color (decimal): -11962945 or 12547401. OLE color: 12547401.

HSL color Cylindrical-coordinate representation of color #4975BF: hue angle of 217.63º degrees, saturation: 0.48, 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 #4975BF is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 117 191 -
CMYK 0.62 0.39 0 0.25
HSL 217.63º 0.48% 0.52% -
HSV(B) 217.63º 0.62% 0.75% -
XYZ 18.51 17.9 51.77 -
YUV 112.28 172.42 99.98 -
System Red Green Blue C M Y K H S L
Decimal 73 117 191 0.62 0.39 0 0.25 217.63 0.48 0.52
Hex 49 75 BF 3E 27 0 19 DA 30 34
Octal 111 165 277 76 47 0 31 332 60 64
Binary 1001001 1110101 10111111 111110 100111 0 11001 11011010 110000 110100

Color Harmonies of #4975BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975BF

Black with #4975BF

Text Example


Text Example

White with #4975BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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