#4F8089

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

Shades of Paradiso #4F8089

Tints of Paradiso #4F8089

Color information

#4F8089 (or 0x4F8089) is unknown color: approx Paradiso. HEX triplet: 4F, 80 and 89. RGB value is (79,128,137). Sum of RGB (Red+Green+Blue) = 79+128+137=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8089 is #B07F76. Grayscale: #727272. Windows color (decimal): -11566967 or 9011279. OLE color: 9011279.

HSL color Cylindrical-coordinate representation of color #4F8089: hue angle of 189.31º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F8089 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB79128137-
CMYK0.420.0700.46
HSL189.31º26.85%42.35%-
HSV(B)189.31º42.34%53.73%-
XYZ15.4618.9126.5-
YUV114.37140.77102.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.97%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=22.97%
G=37.21%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal791281370.420.0700.46189.3126.8542.35
Hex4F80892A702Ebd1b2a
Octal1172002115270562753352
Binary1001111100000001000100110101011101011101011110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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