#458382

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

Shades of Paradiso #458382

Tints of Paradiso #458382

Color information

#458382 (or 0x458382) is unknown color: approx Paradiso. HEX triplet: 45, 83 and 82. RGB value is (69,131,130). Sum of RGB (Red+Green+Blue) = 69+131+130=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 131 - color contains mainly: green. Hex color #458382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458382 is #BA7C7D. Grayscale: #707070. Windows color (decimal): -12221566 or 8553285. OLE color: 8553285.

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

Color convert

RGB69131130-
CMYK0.4700.010.49
HSL179.03º31%39.22%-
HSV(B)179.03º47.33%51.37%-
XYZ14.619.1124.04-
YUV112.35137.9697.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=20.91%
G=39.70%
B=39.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311300.4700.010.49179.033139.22
Hex4583822F0131b31f27
Octal1052032025701612633747
Binary10001011000001110000010101111011100011011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458382; }

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

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

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

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

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

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

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

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