#46868C

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

Shades of Paradiso #46868C

Tints of Paradiso #46868C

Color information

#46868C (or 0x46868C) is unknown color: approx Paradiso. HEX triplet: 46, 86 and 8C. RGB value is (70,134,140). Sum of RGB (Red+Green+Blue) = 70+134+140=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #46868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46868C is #B97973. Grayscale: #737373. Windows color (decimal): -12155252 or 9209414. OLE color: 9209414.

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

Color convert

RGB70134140-
CMYK0.500.0400.45
HSL185.14º33.33%41.18%-
HSV(B)185.14º50%54.9%-
XYZ15.7820.2527.89-
YUV115.55141.895.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=20.35%
G=38.95%
B=40.70%

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
Decimal701341400.500.0400.45185.1433.3341.18
Hex46868C32402Db92129
Octal1062062146240552714151
Binary10001101000011010001100110010100010110110111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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