#457980

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

Shades of Paradiso #457980

Tints of Paradiso #457980

Color information

#457980 (or 0x457980) is unknown color: approx Paradiso. HEX triplet: 45, 79 and 80. RGB value is (69,121,128). Sum of RGB (Red+Green+Blue) = 69+121+128=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #457980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457980 is #BA867F. Grayscale: #6A6A6A. Windows color (decimal): -12224128 or 8419653. OLE color: 8419653.

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

Color convert

RGB69121128-
CMYK0.460.0500.50
HSL187.12º29.95%38.63%-
HSV(B)187.12º46.09%50.2%-
XYZ13.1916.522.91-
YUV106.25140.27101.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=21.70%
G=38.05%
B=40.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691211280.460.0500.50187.1229.9538.63
Hex4579802E5032bb1e27
Octal1051712005650622733647
Binary100010111110011000000010111010101100101011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457980; }

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

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

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

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

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

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

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

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