#4F848C

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

Shades of Paradiso #4F848C

Tints of Paradiso #4F848C

Color information

#4F848C (or 0x4F848C) is unknown color: approx Paradiso. HEX triplet: 4F, 84 and 8C. RGB value is (79,132,140). Sum of RGB (Red+Green+Blue) = 79+132+140=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F848C is #B07B73. Grayscale: #747474. Windows color (decimal): -11565940 or 9208911. OLE color: 9208911.

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

Color convert

RGB79132140-
CMYK0.440.0600.45
HSL187.87º27.85%42.94%-
HSV(B)187.87º43.57%54.9%-
XYZ16.2120.0627.83-
YUV117.06140.94100.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.51%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=22.51%
G=37.61%
B=39.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791321400.440.0600.45187.8727.8542.94
Hex4F848C2C602Dbc1c2b
Octal1172042145460552743453
Binary1001111100001001000110010110011001011011011110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,140); }

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

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

 a { background-color: rgb(79,132,140); }

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

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

 span { border-color: rgb(79,132,140); }

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