#46848D

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

Shades of Paradiso #46848D

Tints of Paradiso #46848D

Color information

#46848D (or 0x46848D) is unknown color: approx Paradiso. HEX triplet: 46, 84 and 8D. RGB value is (70,132,141). Sum of RGB (Red+Green+Blue) = 70+132+141=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #46848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46848D is #B97B72. Grayscale: #727272. Windows color (decimal): -12155763 or 9274438. OLE color: 9274438.

HSL color Cylindrical-coordinate representation of color #46848D: hue angle of 187.61º degrees, saturation: 0.34, 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 #46848D is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70132141-
CMYK0.500.0600.45
HSL187.61º33.65%41.37%-
HSV(B)187.61º50.35%55.29%-
XYZ15.5819.7328.19-
YUV114.49142.9696.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=20.41%
G=38.48%
B=41.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701321410.500.0600.45187.6133.6541.37
Hex46848D32602Dbc2229
Octal1062042156260552744251
Binary10001101000010010001101110010110010110110111100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,132,141); }

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

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

 a { background-color: rgb(70,132,141); }

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

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

 span { border-color: rgb(70,132,141); }

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