#467D82

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

Shades of Paradiso #467D82

Tints of Paradiso #467D82

Color information

#467D82 (or 0x467D82) is unknown color: approx Paradiso. HEX triplet: 46, 7D and 82. RGB value is (70,125,130). Sum of RGB (Red+Green+Blue) = 70+125+130=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #467D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467D82 is #B9827D. Grayscale: #6D6D6D. Windows color (decimal): -12157566 or 8551750. OLE color: 8551750.

HSL color Cylindrical-coordinate representation of color #467D82: hue angle of 185º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #467D82 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70125130-
CMYK0.460.0400.49
HSL185º30%39.22%-
HSV(B)185º46.15%50.98%-
XYZ13.8917.5823.78-
YUV109.12139.78100.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 130 (51.17% from 255) = 40%
R=21.54%
G=38.46%
B=40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701251300.460.0400.491853039.22
Hex467D822E4031b91e27
Octal1061752025640612713647
Binary100011011111011000001010111010001100011011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467D82; }

 p { color: rgb(70,125,130); }

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

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

 a { background-color: rgb(70,125,130); }

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

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

 span { border-color: rgb(70,125,130); }

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