#468085

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

Shades of Paradiso #468085

Tints of Paradiso #468085

Color information

#468085 (or 0x468085) is unknown color: approx Paradiso. HEX triplet: 46, 80 and 85. RGB value is (70,128,133). Sum of RGB (Red+Green+Blue) = 70+128+133=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #468085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468085 is #B97F7A. Grayscale: #6F6F6F. Windows color (decimal): -12156795 or 8749126. OLE color: 8749126.

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

Color convert

RGB70128133-
CMYK0.470.0400.48
HSL184.76º31.03%39.8%-
HSV(B)184.76º47.37%52.16%-
XYZ14.4818.4324.99-
YUV111.23140.2898.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=21.15%
G=38.67%
B=40.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701281330.470.0400.48184.7631.0339.8
Hex4680852F4030b91f28
Octal1062002055740602713750
Binary1000110100000001000010110111110001100001011100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468085; }

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

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

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

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

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

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

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

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