#46807D

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

Shades of Paradiso #46807D

Tints of Paradiso #46807D

Color information

#46807D (or 0x46807D) is unknown color: approx Paradiso. HEX triplet: 46, 80 and 7D. RGB value is (70,128,125). Sum of RGB (Red+Green+Blue) = 70+128+125=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 128 - color contains mainly: green. Hex color #46807D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46807D is #B97F82. Grayscale: #6E6E6E. Windows color (decimal): -12156803 or 8224838. OLE color: 8224838.

HSL color Cylindrical-coordinate representation of color #46807D: hue angle of 176.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #46807D is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB70128125-
CMYK0.4500.020.50
HSL176.9º29.29%38.82%-
HSV(B)176.9º45.31%50.2%-
XYZ13.9518.2222.18-
YUV110.32136.2899.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 125 (49.22% from 255) = 38.70%
R=21.67%
G=39.63%
B=38.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701281250.4500.020.50176.929.2938.82
Hex46807D2D0232b11d27
Octal1062001755502622613547
Binary10001101000000011111011011010101100101011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46807D; }

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

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

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

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

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

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

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

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