#46858C

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

Shades of Paradiso #46858C

Tints of Paradiso #46858C

Color information

#46858C (or 0x46858C) is unknown color: approx Paradiso. HEX triplet: 46, 85 and 8C. RGB value is (70,133,140). Sum of RGB (Red+Green+Blue) = 70+133+140=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #46858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46858C is #B97A73. Grayscale: #727272. Windows color (decimal): -12155508 or 9209158. OLE color: 9209158.

HSL color Cylindrical-coordinate representation of color #46858C: hue angle of 186º 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 #46858C is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70133140-
CMYK0.500.0500.45
HSL186º33.33%41.18%-
HSV(B)186º50%54.9%-
XYZ15.6519.9727.84-
YUV114.96142.1395.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=20.41%
G=38.78%
B=40.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701331400.500.0500.4518633.3341.18
Hex46858C32502Dba2129
Octal1062052146250552724151
Binary10001101000010110001100110010101010110110111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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