#457C86

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

Shades of Paradiso #457C86

Tints of Paradiso #457C86

Color information

#457C86 (or 0x457C86) is unknown color: approx Paradiso. HEX triplet: 45, 7C and 86. RGB value is (69,124,134). Sum of RGB (Red+Green+Blue) = 69+124+134=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #457C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457C86 is #BA8379. Grayscale: #6C6C6C. Windows color (decimal): -12223354 or 8813637. OLE color: 8813637.

HSL color Cylindrical-coordinate representation of color #457C86: hue angle of 189.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #457C86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69124134-
CMYK0.490.0700.47
HSL189.23º32.02%39.8%-
HSV(B)189.23º48.51%52.55%-
XYZ13.9617.425.18-
YUV108.7142.2899.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=21.10%
G=37.92%
B=40.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691241340.490.0700.47189.2332.0239.8
Hex457C8631702Fbd2028
Octal1051742066170572754050
Binary1000101111110010000110110001111010111110111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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