#46838B

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

Shades of Paradiso #46838B

Tints of Paradiso #46838B

Color information

#46838B (or 0x46838B) is unknown color: approx Paradiso. HEX triplet: 46, 83 and 8B. RGB value is (70,131,139). Sum of RGB (Red+Green+Blue) = 70+131+139=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #46838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46838B is #B97C74. Grayscale: #717171. Windows color (decimal): -12156021 or 9143110. OLE color: 9143110.

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

Color convert

RGB70131139-
CMYK0.500.0600.45
HSL186.96º33.01%40.98%-
HSV(B)186.96º49.64%54.51%-
XYZ15.319.427.36-
YUV113.67142.2996.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=20.59%
G=38.53%
B=40.88%

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
Decimal701311390.500.0600.45186.9633.0140.98
Hex46838B32602Dbb2129
Octal1062032136260552734151
Binary10001101000001110001011110010110010110110111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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