Html Css Color HEX #4875BF Havelock Blue

📋 copy color: '#4875BF'

red 72 ◦ green 117 ◦ blue 191

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

Shades of Havelock Blue #4875BF

Tints of Havelock Blue #4875BF

RGB

 RED value IS 72 (28.52% from 255) = 18.95%

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

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

R = 18.95%
G = 30.79%
B = 50.26%

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

#4875BF (or 0x4875BF) is known color: Havelock Blue. HEX triplet: 48, 75 and BF. RGB value is (72,117,191). Sum of RGB (Red+Green+Blue) = 72+117+191=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #4875BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875BF is #B78A40. Grayscale: #6F6F6F. Windows color (decimal): -12028481 or 12547400. OLE color: 12547400.

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

Color convert

RGB 72 117 191 -
CMYK 0.62 0.39 0 0.25
HSL 217.31º 0.48% 0.52% -
HSV(B) 217.31º 0.62% 0.75% -
XYZ 18.44 17.86 51.77 -
YUV 111.98 172.59 99.48 -
System Red Green Blue C M Y K H S L
Decimal 72 117 191 0.62 0.39 0 0.25 217.31 0.48 0.52
Hex 48 75 BF 3E 27 0 19 D9 30 34
Octal 110 165 277 76 47 0 31 331 60 64
Binary 1001000 1110101 10111111 111110 100111 0 11001 11011001 110000 110100

Color Harmonies of #4875BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875BF

Black with #4875BF

Text Example


Text Example

White with #4875BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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