Html Css Color HEX #4873BF Havelock Blue

📋 copy color: '#4873BF'

red 72 ◦ green 115 ◦ blue 191

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

Shades of Havelock Blue #4873BF

Tints of Havelock Blue #4873BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 19.05%
G = 30.42%
B = 50.53%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4873BF (or 0x4873BF) is known color: Havelock Blue. HEX triplet: 48, 73 and BF. RGB value is (72,115,191). Sum of RGB (Red+Green+Blue) = 72+115+191=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4873BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4873BF is #B78C40. Grayscale: #6E6E6E. Windows color (decimal): -12028993 or 12546888. OLE color: 12546888.

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

Color convert

RGB 72 115 191 -
CMYK 0.62 0.40 0 0.25
HSL 218.32º 0.48% 0.52% -
HSV(B) 218.32º 0.62% 0.75% -
XYZ 18.21 17.4 51.69 -
YUV 110.81 173.25 100.32 -
System Red Green Blue C M Y K H S L
Decimal 72 115 191 0.62 0.40 0 0.25 218.32 0.48 0.52
Hex 48 73 BF 3E 28 0 19 DA 30 34
Octal 110 163 277 76 50 0 31 332 60 64
Binary 1001000 1110011 10111111 111110 101000 0 11001 11011010 110000 110100

Color Harmonies of #4873BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4873BF

Black with #4873BF

Text Example


Text Example

White with #4873BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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