#457F87

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

Shades of Paradiso #457F87

Tints of Paradiso #457F87

Color information

#457F87 (or 0x457F87) is unknown color: approx Paradiso. HEX triplet: 45, 7F and 87. RGB value is (69,127,135). Sum of RGB (Red+Green+Blue) = 69+127+135=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #457F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457F87 is #BA8078. Grayscale: #6E6E6E. Windows color (decimal): -12222585 or 8879941. OLE color: 8879941.

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

Color convert

RGB69127135-
CMYK0.490.0600.47
HSL187.27º32.35%40%-
HSV(B)187.27º48.89%52.94%-
XYZ14.4218.1925.67-
YUV110.57141.7898.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=20.85%
G=38.37%
B=40.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691271350.490.0600.47187.2732.3540
Hex457F8731602Fbb2028
Octal1051772076160572734050
Binary1000101111111110000111110001110010111110111011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,135); }

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

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

 a { background-color: rgb(69,127,135); }

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

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

 span { border-color: rgb(69,127,135); }

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