#457E89

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

Shades of Paradiso #457E89

Tints of Paradiso #457E89

Color information

#457E89 (or 0x457E89) is unknown color: approx Paradiso. HEX triplet: 45, 7E and 89. RGB value is (69,126,137). Sum of RGB (Red+Green+Blue) = 69+126+137=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 137 - color contains mainly: blue. Hex color #457E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E89 is #BA8176. Grayscale: #6E6E6E. Windows color (decimal): -12222839 or 9010757. OLE color: 9010757.

HSL color Cylindrical-coordinate representation of color #457E89: hue angle of 189.71º 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 #457E89 is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB69126137-
CMYK0.500.0800.46
HSL189.71º33.01%40.39%-
HSV(B)189.71º49.64%53.73%-
XYZ14.4317.9926.38-
YUV110.21143.1298.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 137 (53.91% from 255) = 41.27%
R=20.78%
G=37.95%
B=41.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691261370.500.0800.46189.7133.0140.39
Hex457E8932802Ebe2128
Octal10517621162100562764150
Binary10001011111110100010011100101000010111010111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457E89; }

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

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

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

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

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

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

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

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