#468280

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

Shades of Paradiso #468280

Tints of Paradiso #468280

Color information

#468280 (or 0x468280) is unknown color: approx Paradiso. HEX triplet: 46, 82 and 80. RGB value is (70,130,128). Sum of RGB (Red+Green+Blue) = 70+130+128=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #468280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468280 is #B97D7F. Grayscale: #6F6F6F. Windows color (decimal): -12156288 or 8421958. OLE color: 8421958.

HSL color Cylindrical-coordinate representation of color #468280: hue angle of 178º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468280 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB70130128-
CMYK0.4600.020.49
HSL178º30%39.22%-
HSV(B)178º46.15%50.98%-
XYZ14.418.8323.3-
YUV111.83137.1298.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 130 (51.17% from 255) = 39.63%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=21.34%
G=39.63%
B=39.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301280.4600.020.491783039.22
Hex4682802E0231b21e27
Octal1062022005602612623647
Binary100011010000010100000001011100101100011011001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468280; }

 p { color: rgb(70,130,128); }

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

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

 a { background-color: rgb(70,130,128); }

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

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

 span { border-color: rgb(70,130,128); }

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