#46817E

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

Shades of Paradiso #46817E

Tints of Paradiso #46817E

Color information

#46817E (or 0x46817E) is unknown color: approx Paradiso. HEX triplet: 46, 81 and 7E. RGB value is (70,129,126). Sum of RGB (Red+Green+Blue) = 70+129+126=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #46817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46817E is #B97E81. Grayscale: #6E6E6E. Windows color (decimal): -12156546 or 8290630. OLE color: 8290630.

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

Color convert

RGB70129126-
CMYK0.4600.020.49
HSL176.95º29.65%39.02%-
HSV(B)176.95º45.74%50.59%-
XYZ14.1418.5122.57-
YUV111.02136.4598.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=21.54%
G=39.69%
B=38.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701291260.4600.020.49176.9529.6539.02
Hex46817E2E0231b11e27
Octal1062011765602612613647
Binary10001101000000111111101011100101100011011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46817E; }

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

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

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

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

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

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

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

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