#468189

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

Shades of Paradiso #468189

Tints of Paradiso #468189

Color information

#468189 (or 0x468189) is unknown color: approx Paradiso. HEX triplet: 46, 81 and 89. RGB value is (70,129,137). Sum of RGB (Red+Green+Blue) = 70+129+137=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #468189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468189 is #B97E76. Grayscale: #707070. Windows color (decimal): -12156535 or 9011526. OLE color: 9011526.

HSL color Cylindrical-coordinate representation of color #468189: hue angle of 187.16º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468189 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB70129137-
CMYK0.490.0600.46
HSL187.16º32.37%40.59%-
HSV(B)187.16º48.91%53.73%-
XYZ14.8918.8126.51-
YUV112.27141.9597.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=20.83%
G=38.39%
B=40.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701291370.490.0600.46187.1632.3740.59
Hex46818931602Ebb2029
Octal1062012116160562734051
Binary10001101000000110001001110001110010111010111011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468189; }

 p { color: rgb(70,129,137); }

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

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

 a { background-color: rgb(70,129,137); }

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

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

 span { border-color: rgb(70,129,137); }

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