Html Css Color HEX #4F80BA Havelock Blue

📋 copy color: '#4F80BA'

red 79 ◦ green 128 ◦ blue 186

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

Shades of Havelock Blue #4F80BA

Tints of Havelock Blue #4F80BA

RGB

 RED value IS 79 (31.25% from 255) = 20.1%

 GREEN value IS 128 (50.39% from 255) = 32.57%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 20.1%
G = 32.57%
B = 47.33%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F80BA (or 0x4F80BA) is known color: Havelock Blue. HEX triplet: 4F, 80 and BA. RGB value is (79,128,186). Sum of RGB (Red+Green+Blue) = 79+128+186=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F80BA is #B07F45. Grayscale: #777777. Windows color (decimal): -11566918 or 12222543. OLE color: 12222543.

HSL color Cylindrical-coordinate representation of color #4F80BA: hue angle of 212.52º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F80BA is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 128 186 -
CMYK 0.58 0.31 0 0.27
HSL 212.52º 0.44% 0.52% -
HSV(B) 212.52º 0.58% 0.73% -
XYZ 19.81 20.65 49.4 -
YUV 119.96 165.27 98.78 -
System Red Green Blue C M Y K H S L
Decimal 79 128 186 0.58 0.31 0 0.27 212.52 0.44 0.52
Hex 4F 80 BA 3A 1F 0 1B D5 2C 34
Octal 117 200 272 72 37 0 33 325 54 64
Binary 1001111 10000000 10111010 111010 11111 0 11011 11010101 101100 110100

Color Harmonies of #4F80BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F80BA

Black with #4F80BA

Text Example


Text Example

White with #4F80BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F80BA; }

 p { color: rgb(79,128,186); }

 H1.HeaderClassName
 {
   color: #4F80BA;
 }
 .AnyTagClassName
 {
   color: #4F80BA;
 }
</style>

background-color css

<style>
 a { background-color: #4F80BA; }

 a { background-color: rgb(79,128,186); }

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

border-color css

<style>
 span { border-color: #4F80BA; }

 span { border-color: rgb(79,128,186); }

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