#46838A

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

Shades of Paradiso #46838A

Tints of Paradiso #46838A

Color information

#46838A (or 0x46838A) is unknown color: approx Paradiso. HEX triplet: 46, 83 and 8A. RGB value is (70,131,138). Sum of RGB (Red+Green+Blue) = 70+131+138=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #46838A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46838A is #B97C75. Grayscale: #717171. Windows color (decimal): -12156022 or 9077574. OLE color: 9077574.

HSL color Cylindrical-coordinate representation of color #46838A: hue angle of 186.18º 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 #46838A is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70131138-
CMYK0.490.0500.46
HSL186.18º32.69%40.78%-
HSV(B)186.18º49.28%54.12%-
XYZ15.2319.3726.98-
YUV113.56141.7996.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=20.65%
G=38.64%
B=40.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701311380.490.0500.46186.1832.6940.78
Hex46838A31502Eba2129
Octal1062032126150562724151
Binary10001101000001110001010110001101010111010111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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