#46848B

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

Shades of Paradiso #46848B

Tints of Paradiso #46848B

Color information

#46848B (or 0x46848B) is unknown color: approx Paradiso. HEX triplet: 46, 84 and 8B. RGB value is (70,132,139). Sum of RGB (Red+Green+Blue) = 70+132+139=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #46848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46848B is #B97B74. Grayscale: #727272. Windows color (decimal): -12155765 or 9143366. OLE color: 9143366.

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

Color convert

RGB70132139-
CMYK0.500.0500.45
HSL186.09º33.01%40.98%-
HSV(B)186.09º49.64%54.51%-
XYZ15.4419.6727.41-
YUV114.26141.9696.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 132 (51.95% from 255) = 38.71%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=20.53%
G=38.71%
B=40.76%

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
Decimal701321390.500.0500.45186.0933.0140.98
Hex46848B32502Dba2129
Octal1062042136250552724151
Binary10001101000010010001011110010101010110110111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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