#468084

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

Shades of Paradiso #468084

Tints of Paradiso #468084

Color information

#468084 (or 0x468084) is unknown color: approx Paradiso. HEX triplet: 46, 80 and 84. RGB value is (70,128,132). Sum of RGB (Red+Green+Blue) = 70+128+132=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #468084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468084 is #B97F7B. Grayscale: #6F6F6F. Windows color (decimal): -12156796 or 8683590. OLE color: 8683590.

HSL color Cylindrical-coordinate representation of color #468084: hue angle of 183.87º 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 #468084 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB70128132-
CMYK0.470.0300.48
HSL183.87º30.69%39.61%-
HSV(B)183.87º46.97%51.76%-
XYZ14.4118.4124.62-
YUV111.11139.7898.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 132 (51.95% from 255) = 40%
R=21.21%
G=38.79%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701281320.470.0300.48183.8730.6939.61
Hex4680842F3030b81f28
Octal1062002045730602703750
Binary100011010000000100001001011111101100001011100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468084; }

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

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

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

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

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

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

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

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