#457C80

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

Shades of Paradiso #457C80

Tints of Paradiso #457C80

Color information

#457C80 (or 0x457C80) is unknown color: approx Paradiso. HEX triplet: 45, 7C and 80. RGB value is (69,124,128). Sum of RGB (Red+Green+Blue) = 69+124+128=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 128 - color contains mainly: blue. Hex color #457C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C80 is #BA837F. Grayscale: #6B6B6B. Windows color (decimal): -12223360 or 8420421. OLE color: 8420421.

HSL color Cylindrical-coordinate representation of color #457C80: hue angle of 184.07º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457C80 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69124128-
CMYK0.460.0300.50
HSL184.07º29.95%38.63%-
HSV(B)184.07º46.09%50.2%-
XYZ13.5617.2423.03-
YUV108.01139.28100.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.50%
GREEN value IS 124 (48.83% from 255) = 38.63%
BLUE value IS 128 (50.39% from 255) = 39.88%
R=21.50%
G=38.63%
B=39.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691241280.460.0300.50184.0729.9538.63
Hex457C802E3032b81e27
Octal1051742005630622703647
Binary10001011111100100000001011101101100101011100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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