#4F818C

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

Shades of Paradiso #4F818C

Tints of Paradiso #4F818C

Color information

#4F818C (or 0x4F818C) is unknown color: approx Paradiso. HEX triplet: 4F, 81 and 8C. RGB value is (79,129,140). Sum of RGB (Red+Green+Blue) = 79+129+140=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F818C is #B07E73. Grayscale: #737373. Windows color (decimal): -11566708 or 9208143. OLE color: 9208143.

HSL color Cylindrical-coordinate representation of color #4F818C: hue angle of 190.82º 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 #4F818C is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB79129140-
CMYK0.440.0800.45
HSL190.82º27.85%42.94%-
HSV(B)190.82º43.57%54.9%-
XYZ15.8119.2627.69-
YUV115.3141.94102.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 140 (55.08% from 255) = 40.23%
R=22.70%
G=37.07%
B=40.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal791291400.440.0800.45190.8227.8542.94
Hex4F818C2C802Dbf1c2b
Octal11720121454100552773453
Binary10011111000000110001100101100100001011011011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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