#467F82

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

Shades of Paradiso #467F82

Tints of Paradiso #467F82

Color information

#467F82 (or 0x467F82) is unknown color: approx Paradiso. HEX triplet: 46, 7F and 82. RGB value is (70,127,130). Sum of RGB (Red+Green+Blue) = 70+127+130=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #467F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467F82 is #B9807D. Grayscale: #6E6E6E. Windows color (decimal): -12157054 or 8552262. OLE color: 8552262.

HSL color Cylindrical-coordinate representation of color #467F82: hue angle of 183º 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 #467F82 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB70127130-
CMYK0.460.0200.49
HSL183º30%39.22%-
HSV(B)183º46.15%50.98%-
XYZ14.1418.0923.87-
YUV110.3139.1299.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=21.41%
G=38.84%
B=39.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701271300.460.0200.491833039.22
Hex467F822E2031b71e27
Octal1061772025620612673647
Binary10001101111111100000101011101001100011011011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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