#4F8284

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

Shades of Paradiso #4F8284

Tints of Paradiso #4F8284

Color information

#4F8284 (or 0x4F8284) is unknown color: approx Paradiso. HEX triplet: 4F, 82 and 84. RGB value is (79,130,132). Sum of RGB (Red+Green+Blue) = 79+130+132=341 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.17% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #4F8284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8284 is #B07D7B. Grayscale: #727272. Windows color (decimal): -11566460 or 8684111. OLE color: 8684111.

HSL color Cylindrical-coordinate representation of color #4F8284: hue angle of 182.26º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4F8284 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB79130132-
CMYK0.400.0200.48
HSL182.26º25.12%41.37%-
HSV(B)182.26º40.15%51.76%-
XYZ15.3719.2924.74-
YUV114.98137.6102.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.17%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=23.17%
G=38.12%
B=38.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791301320.400.0200.48182.2625.1241.37
Hex4F8284282030b61929
Octal1172022045020602663151
Binary100111110000010100001001010001001100001011011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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