Html Css Color HEX #4F82BE Havelock Blue

📋 copy color: '#4F82BE'

red 79 ◦ green 130 ◦ blue 190

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

Shades of Havelock Blue #4F82BE

Tints of Havelock Blue #4F82BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.58%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 19.8%
G = 32.58%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F82BE (or 0x4F82BE) is known color: Havelock Blue. HEX triplet: 4F, 82 and BE. RGB value is (79,130,190). Sum of RGB (Red+Green+Blue) = 79+130+190=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F82BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F82BE is #B07D41. Grayscale: #797979. Windows color (decimal): -11566402 or 12485199. OLE color: 12485199.

HSL color Cylindrical-coordinate representation of color #4F82BE: hue angle of 212.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F82BE is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 130 190 -
CMYK 0.58 0.32 0 0.25
HSL 212.43º 0.46% 0.53% -
HSV(B) 212.43º 0.58% 0.75% -
XYZ 20.5 21.35 51.75 -
YUV 121.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 79 130 190 0.58 0.32 0 0.25 212.43 0.46 0.53
Hex 4F 82 BE 3A 20 0 19 D4 2E 35
Octal 117 202 276 72 40 0 31 324 56 65
Binary 1001111 10000010 10111110 111010 100000 0 11001 11010100 101110 110101

Color Harmonies of #4F82BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F82BE

Black with #4F82BE

Text Example


Text Example

White with #4F82BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,130,190); }

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

background-color css

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

 a { background-color: rgb(79,130,190); }

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

border-color css

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

 span { border-color: rgb(79,130,190); }

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