#46878A

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

Shades of Paradiso #46878A

Tints of Paradiso #46878A

Color information

#46878A (or 0x46878A) is unknown color: approx Paradiso. HEX triplet: 46, 87 and 8A. RGB value is (70,135,138). Sum of RGB (Red+Green+Blue) = 70+135+138=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #46878A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46878A is #B97875. Grayscale: #737373. Windows color (decimal): -12154998 or 9078598. OLE color: 9078598.

HSL color Cylindrical-coordinate representation of color #46878A: hue angle of 182.65º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46878A is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70135138-
CMYK0.490.0200.46
HSL182.65º32.69%40.78%-
HSV(B)182.65º49.28%54.12%-
XYZ15.7820.4727.16-
YUV115.91140.4795.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 135 (53.12% from 255) = 39.36%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=20.41%
G=39.36%
B=40.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701351380.490.0200.46182.6532.6940.78
Hex46878A31202Eb72129
Octal1062072126120562674151
Binary1000110100001111000101011000110010111010110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46878A; }

 p { color: rgb(70,135,138); }

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

<style>
 a { background-color: #46878A; }

 a { background-color: rgb(70,135,138); }

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

<style>
 span { border-color: #46878A; }

 span { border-color: rgb(70,135,138); }

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