Html Css Color HEX #4773BF Havelock Blue

📋 copy color: '#4773BF'

red 71 ◦ green 115 ◦ blue 191

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

Shades of Havelock Blue #4773BF

Tints of Havelock Blue #4773BF

RGB

 RED value IS 71 (28.13% from 255) = 18.83%

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

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

R = 18.83%
G = 30.5%
B = 50.66%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4773BF (or 0x4773BF) is known color: Havelock Blue. HEX triplet: 47, 73 and BF. RGB value is (71,115,191). Sum of RGB (Red+Green+Blue) = 71+115+191=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #4773BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4773BF is #B88C40. Grayscale: #6E6E6E. Windows color (decimal): -12094529 or 12546887. OLE color: 12546887.

HSL color Cylindrical-coordinate representation of color #4773BF: hue angle of 218º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4773BF is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 115 191 -
CMYK 0.63 0.40 0 0.25
HSL 218º 0.48% 0.51% -
HSV(B) 218º 0.63% 0.75% -
XYZ 18.13 17.36 51.69 -
YUV 110.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 71 115 191 0.63 0.40 0 0.25 218 0.48 0.51
Hex 47 73 BF 3F 28 0 19 DA 30 33
Octal 107 163 277 77 50 0 31 332 60 63
Binary 1000111 1110011 10111111 111111 101000 0 11001 11011010 110000 110011

Color Harmonies of #4773BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4773BF

Black with #4773BF

Text Example


Text Example

White with #4773BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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