#46868B

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

Shades of Paradiso #46868B

Tints of Paradiso #46868B

Color information

#46868B (or 0x46868B) is unknown color: approx Paradiso. HEX triplet: 46, 86 and 8B. RGB value is (70,134,139). Sum of RGB (Red+Green+Blue) = 70+134+139=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #46868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46868B is #B97974. Grayscale: #737373. Windows color (decimal): -12155253 or 9143878. OLE color: 9143878.

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

Color convert

RGB70134139-
CMYK0.500.0400.45
HSL184.35º33.01%40.98%-
HSV(B)184.35º49.64%54.51%-
XYZ15.7120.2227.5-
YUV115.43141.395.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=20.41%
G=39.07%
B=40.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701341390.500.0400.45184.3533.0140.98
Hex46868B32402Db82129
Octal1062062136240552704151
Binary10001101000011010001011110010100010110110111000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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