#468581

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

Shades of Paradiso #468581

Tints of Paradiso #468581

Color information

#468581 (or 0x468581) is unknown color: approx Paradiso. HEX triplet: 46, 85 and 81. RGB value is (70,133,129). Sum of RGB (Red+Green+Blue) = 70+133+129=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #468581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468581 is #B97A7E. Grayscale: #717171. Windows color (decimal): -12155519 or 8488262. OLE color: 8488262.

HSL color Cylindrical-coordinate representation of color #468581: hue angle of 176.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468581 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB70133129-
CMYK0.4700.030.48
HSL176.19º31.03%39.8%-
HSV(B)176.19º47.37%52.16%-
XYZ14.8819.6623.78-
YUV113.71136.6396.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=21.08%
G=40.06%
B=38.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331290.4700.030.48176.1931.0339.8
Hex4685812F0330b01f28
Octal1062052015703602603750
Binary100011010000101100000011011110111100001011000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468581; }

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

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

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

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

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

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

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

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