#468387

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

Shades of Paradiso #468387

Tints of Paradiso #468387

Color information

#468387 (or 0x468387) is unknown color: approx Paradiso. HEX triplet: 46, 83 and 87. RGB value is (70,131,135). Sum of RGB (Red+Green+Blue) = 70+131+135=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #468387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468387 is #B97C78. Grayscale: #717171. Windows color (decimal): -12156025 or 8880966. OLE color: 8880966.

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

Color convert

RGB70131135-
CMYK0.480.0300.47
HSL183.69º31.71%40.2%-
HSV(B)183.69º48.15%52.94%-
XYZ15.0219.2825.85-
YUV113.22140.2997.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=20.83%
G=38.99%
B=40.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701311350.480.0300.47183.6931.7140.2
Hex46838730302Fb82028
Octal1062032076030572704050
Binary1000110100000111000011111000011010111110111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468387; }

 p { color: rgb(70,131,135); }

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

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

 a { background-color: rgb(70,131,135); }

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

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

 span { border-color: rgb(70,131,135); }

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