#457982

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

Shades of Paradiso #457982

Tints of Paradiso #457982

Color information

#457982 (or 0x457982) is unknown color: approx Paradiso. HEX triplet: 45, 79 and 82. RGB value is (69,121,130). Sum of RGB (Red+Green+Blue) = 69+121+130=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 130 - color contains mainly: blue. Hex color #457982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457982 is #BA867D. Grayscale: #6A6A6A. Windows color (decimal): -12224126 or 8550725. OLE color: 8550725.

HSL color Cylindrical-coordinate representation of color #457982: hue angle of 188.85º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #457982 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB69121130-
CMYK0.470.0700.49
HSL188.85º30.65%39.02%-
HSV(B)188.85º46.92%50.98%-
XYZ13.3216.5523.61-
YUV106.48141.27101.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=21.56%
G=37.81%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691211300.470.0700.49188.8530.6539.02
Hex4579822F7031bd1f27
Octal1051712025770612753747
Binary100010111110011000001010111111101100011011110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457982; }

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

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

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

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

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

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

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

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