#46827E

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

Shades of Paradiso #46827E

Tints of Paradiso #46827E

Color information

#46827E (or 0x46827E) is unknown color: approx Paradiso. HEX triplet: 46, 82 and 7E. RGB value is (70,130,126). Sum of RGB (Red+Green+Blue) = 70+130+126=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #46827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46827E is #B97D81. Grayscale: #6F6F6F. Windows color (decimal): -12156290 or 8290886. OLE color: 8290886.

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

Color convert

RGB70130126-
CMYK0.4600.030.49
HSL176º30%39.22%-
HSV(B)176º46.15%50.98%-
XYZ14.2718.7722.61-
YUV111.6136.1298.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=21.47%
G=39.88%
B=38.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301260.4600.030.491763039.22
Hex46827E2E0331b01e27
Octal1062021765603612603647
Binary10001101000001011111101011100111100011011000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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