#46828C

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

Shades of Paradiso #46828C

Tints of Paradiso #46828C

Color information

#46828C (or 0x46828C) is unknown color: approx Paradiso. HEX triplet: 46, 82 and 8C. RGB value is (70,130,140). Sum of RGB (Red+Green+Blue) = 70+130+140=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #46828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46828C is #B97D73. Grayscale: #717171. Windows color (decimal): -12156276 or 9208390. OLE color: 9208390.

HSL color Cylindrical-coordinate representation of color #46828C: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46828C is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70130140-
CMYK0.500.0700.45
HSL188.57º33.33%41.18%-
HSV(B)188.57º50%54.9%-
XYZ15.2419.1627.71-
YUV113.2143.1297.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=20.59%
G=38.24%
B=41.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701301400.500.0700.45188.5733.3341.18
Hex46828C32702Dbd2129
Octal1062022146270552754151
Binary10001101000001010001100110010111010110110111101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46828C; }

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

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

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

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

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

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

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

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