#468281

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

Shades of Paradiso #468281

Tints of Paradiso #468281

Color information

#468281 (or 0x468281) is unknown color: approx Paradiso. HEX triplet: 46, 82 and 81. RGB value is (70,130,129). Sum of RGB (Red+Green+Blue) = 70+130+129=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #468281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468281 is #B97D7E. Grayscale: #6F6F6F. Windows color (decimal): -12156287 or 8487494. OLE color: 8487494.

HSL color Cylindrical-coordinate representation of color #468281: hue angle of 179º 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 #468281 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB70130129-
CMYK0.4600.010.49
HSL179º30%39.22%-
HSV(B)179º46.15%50.98%-
XYZ14.4718.8523.65-
YUV111.95137.6298.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=21.28%
G=39.51%
B=39.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301290.4600.010.491793039.22
Hex4682812E0131b31e27
Octal1062022015601612633647
Binary10001101000001010000001101110011100011011001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468281; }

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

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

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

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

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

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

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

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