Html Css Color HEX #4876BF Havelock Blue

📋 copy color: '#4876BF'

red 72 ◦ green 118 ◦ blue 191

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

Shades of Havelock Blue #4876BF

Tints of Havelock Blue #4876BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

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

R = 18.9%
G = 30.97%
B = 50.13%

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

#4876BF (or 0x4876BF) is known color: Havelock Blue. HEX triplet: 48, 76 and BF. RGB value is (72,118,191). Sum of RGB (Red+Green+Blue) = 72+118+191=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 118 (46.48% from 255 or 30.97% 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 #4876BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4876BF is #B78940. Grayscale: #707070. Windows color (decimal): -12028225 or 12547656. OLE color: 12547656.

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

Color convert

RGB 72 118 191 -
CMYK 0.62 0.38 0 0.25
HSL 216.81º 0.48% 0.52% -
HSV(B) 216.81º 0.62% 0.75% -
XYZ 18.55 18.1 51.81 -
YUV 112.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 72 118 191 0.62 0.38 0 0.25 216.81 0.48 0.52
Hex 48 76 BF 3E 26 0 19 D9 30 34
Octal 110 166 277 76 46 0 31 331 60 64
Binary 1001000 1110110 10111111 111110 100110 0 11001 11011001 110000 110100

Color Harmonies of #4876BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4876BF

Black with #4876BF

Text Example


Text Example

White with #4876BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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