#458481

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

Shades of Paradiso #458481

Tints of Paradiso #458481

Color information

#458481 (or 0x458481) is unknown color: approx Paradiso. HEX triplet: 45, 84 and 81. RGB value is (69,132,129). Sum of RGB (Red+Green+Blue) = 69+132+129=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #458481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #458481 is #BA7B7E. Grayscale: #707070. Windows color (decimal): -12221311 or 8488005. OLE color: 8488005.

HSL color Cylindrical-coordinate representation of color #458481: hue angle of 177.14º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458481 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB69132129-
CMYK0.4800.020.48
HSL177.14º31.34%39.41%-
HSV(B)177.14º47.73%51.76%-
XYZ14.6719.3523.73-
YUV112.82137.1396.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 132 (51.95% from 255) = 40%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=20.91%
G=40%
B=39.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691321290.4800.020.48177.1431.3439.41
Hex458481300230b11f27
Octal1052042016002602613747
Binary100010110000100100000011100000101100001011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458481; }

 p { color: rgb(69,132,129); }

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

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

 a { background-color: rgb(69,132,129); }

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

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

 span { border-color: rgb(69,132,129); }

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