#457880

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

Shades of Paradiso #457880

Tints of Paradiso #457880

Color information

#457880 (or 0x457880) is unknown color: approx Paradiso. HEX triplet: 45, 78 and 80. RGB value is (69,120,128). Sum of RGB (Red+Green+Blue) = 69+120+128=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 128 - color contains mainly: blue. Hex color #457880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457880 is #BA877F. Grayscale: #696969. Windows color (decimal): -12224384 or 8419397. OLE color: 8419397.

HSL color Cylindrical-coordinate representation of color #457880: hue angle of 188.14º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457880 is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB69120128-
CMYK0.460.0600.50
HSL188.14º29.95%38.63%-
HSV(B)188.14º46.09%50.2%-
XYZ13.0716.2622.87-
YUV105.66140.6101.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 128 (50.39% from 255) = 40.38%
R=21.77%
G=37.85%
B=40.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691201280.460.0600.50188.1429.9538.63
Hex4578802E6032bc1e27
Octal1051702005660622743647
Binary100010111110001000000010111011001100101011110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457880; }

 p { color: rgb(69,120,128); }

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

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

 a { background-color: rgb(69,120,128); }

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

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

 span { border-color: rgb(69,120,128); }

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