Html Css Color HEX #4770BF Havelock Blue

📋 copy color: '#4770BF'

red 71 ◦ green 112 ◦ blue 191

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

Shades of Havelock Blue #4770BF

Tints of Havelock Blue #4770BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 18.98%
G = 29.95%
B = 51.07%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4770BF (or 0x4770BF) is known color: Havelock Blue. HEX triplet: 47, 70 and BF. RGB value is (71,112,191). Sum of RGB (Red+Green+Blue) = 71+112+191=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #4770BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770BF is #B88F40. Grayscale: #6C6C6C. Windows color (decimal): -12095297 or 12546119. OLE color: 12546119.

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

Color convert

RGB 71 112 191 -
CMYK 0.63 0.41 0 0.25
HSL 219.5º 0.48% 0.51% -
HSV(B) 219.5º 0.63% 0.75% -
XYZ 17.8 16.69 51.57 -
YUV 108.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 71 112 191 0.63 0.41 0 0.25 219.5 0.48 0.51
Hex 47 70 BF 3F 29 0 19 DC 30 33
Octal 107 160 277 77 51 0 31 334 60 63
Binary 1000111 1110000 10111111 111111 101001 0 11001 11011100 110000 110011

Color Harmonies of #4770BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4770BF

Black with #4770BF

Text Example


Text Example

White with #4770BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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