#457D86

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

Shades of Paradiso #457D86

Tints of Paradiso #457D86

Color information

#457D86 (or 0x457D86) is unknown color: approx Paradiso. HEX triplet: 45, 7D and 86. RGB value is (69,125,134). Sum of RGB (Red+Green+Blue) = 69+125+134=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #457D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457D86 is #BA8279. Grayscale: #6D6D6D. Windows color (decimal): -12223098 or 8813893. OLE color: 8813893.

HSL color Cylindrical-coordinate representation of color #457D86: hue angle of 188.31º 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 #457D86 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB69125134-
CMYK0.490.0700.47
HSL188.31º32.02%39.8%-
HSV(B)188.31º48.51%52.55%-
XYZ14.0917.6525.22-
YUV109.28141.9599.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=21.04%
G=38.11%
B=40.85%

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
Decimal691251340.490.0700.47188.3132.0239.8
Hex457D8631702Fbc2028
Octal1051752066170572744050
Binary1000101111110110000110110001111010111110111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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