#46868D

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

Shades of Paradiso #46868D

Tints of Paradiso #46868D

Color information

#46868D (or 0x46868D) is unknown color: approx Paradiso. HEX triplet: 46, 86 and 8D. RGB value is (70,134,141). Sum of RGB (Red+Green+Blue) = 70+134+141=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #46868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46868D is #B97972. Grayscale: #737373. Windows color (decimal): -12155251 or 9274950. OLE color: 9274950.

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

Color convert

RGB70134141-
CMYK0.500.0500.45
HSL185.92º33.65%41.37%-
HSV(B)185.92º50.35%55.29%-
XYZ15.8620.2828.28-
YUV115.66142.395.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=20.29%
G=38.84%
B=40.87%

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
Decimal701341410.500.0500.45185.9233.6541.37
Hex46868D32502Dba2229
Octal1062062156250552724251
Binary10001101000011010001101110010101010110110111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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