#457A85

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

Shades of Paradiso #457A85

Tints of Paradiso #457A85

Color information

#457A85 (or 0x457A85) is unknown color: approx Paradiso. HEX triplet: 45, 7A and 85. RGB value is (69,122,133). Sum of RGB (Red+Green+Blue) = 69+122+133=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #457A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457A85 is #BA857A. Grayscale: #6B6B6B. Windows color (decimal): -12223867 or 8747589. OLE color: 8747589.

HSL color Cylindrical-coordinate representation of color #457A85: hue angle of 190.31º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #457A85 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69122133-
CMYK0.480.0800.48
HSL190.31º31.68%39.61%-
HSV(B)190.31º48.12%52.16%-
XYZ13.6516.8824.73-
YUV107.41142.44100.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 122 (48.05% from 255) = 37.65%
BLUE value IS 133 (52.34% from 255) = 41.05%
R=21.30%
G=37.65%
B=41.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691221330.480.0800.48190.3131.6839.61
Hex457A85308030be2028
Octal10517220560100602764050
Binary10001011111010100001011100001000011000010111110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,122,133); }

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

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

 a { background-color: rgb(69,122,133); }

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

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

 span { border-color: rgb(69,122,133); }

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