#4F808B

Color #4F808B Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #4F808B

Tints of Paradiso #4F808B

Color information

#4F808B (or 0x4F808B) is unknown color: approx Paradiso. HEX triplet: 4F, 80 and 8B. RGB value is (79,128,139). Sum of RGB (Red+Green+Blue) = 79+128+139=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F808B is #B07F74. Grayscale: #727272. Windows color (decimal): -11566965 or 9142351. OLE color: 9142351.

HSL color Cylindrical-coordinate representation of color #4F808B: hue angle of 191º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F808B is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79128139-
CMYK0.430.0800.45
HSL191º27.52%42.75%-
HSV(B)191º43.17%54.51%-
XYZ15.618.9627.26-
YUV114.6141.77102.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.83%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=22.83%
G=36.99%
B=40.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791281390.430.0800.4519127.5242.75
Hex4F808B2B802Dbf1c2b
Octal11720021353100552773453
Binary10011111000000010001011101011100001011011011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F808B;
 }
 .AnyTagClassName
 {
   color: #4F808B;
 }
</style>
background-color css

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

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

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

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

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

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