#457E85

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

Shades of Paradiso #457E85

Tints of Paradiso #457E85

Color information

#457E85 (or 0x457E85) is unknown color: approx Paradiso. HEX triplet: 45, 7E and 85. RGB value is (69,126,133). Sum of RGB (Red+Green+Blue) = 69+126+133=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #457E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457E85 is #BA817A. Grayscale: #6D6D6D. Windows color (decimal): -12222843 or 8748613. OLE color: 8748613.

HSL color Cylindrical-coordinate representation of color #457E85: hue angle of 186.56º 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 #457E85 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB69126133-
CMYK0.480.0500.48
HSL186.56º31.68%39.61%-
HSV(B)186.56º48.12%52.16%-
XYZ14.1517.8824.9-
YUV109.76141.1298.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=21.04%
G=38.41%
B=40.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691261330.480.0500.48186.5631.6839.61
Hex457E85305030bb2028
Octal1051762056050602734050
Binary1000101111111010000101110000101011000010111011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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