#458089

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

Shades of Paradiso #458089

Tints of Paradiso #458089

Color information

#458089 (or 0x458089) is unknown color: approx Paradiso. HEX triplet: 45, 80 and 89. RGB value is (69,128,137). Sum of RGB (Red+Green+Blue) = 69+128+137=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #458089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458089 is #BA7F76. Grayscale: #6F6F6F. Windows color (decimal): -12222327 or 9011269. OLE color: 9011269.

HSL color Cylindrical-coordinate representation of color #458089: hue angle of 187.94º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458089 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69128137-
CMYK0.500.0700.46
HSL187.94º33.01%40.39%-
HSV(B)187.94º49.64%53.73%-
XYZ14.6918.5126.47-
YUV111.38142.4597.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.66%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=20.66%
G=38.32%
B=41.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691281370.500.0700.46187.9433.0140.39
Hex45808932702Ebc2128
Octal1052002116270562744150
Binary10001011000000010001001110010111010111010111100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458089; }

 p { color: rgb(69,128,137); }

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

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

 a { background-color: rgb(69,128,137); }

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

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

 span { border-color: rgb(69,128,137); }

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