#467E7F

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

Shades of Paradiso #467E7F

Tints of Paradiso #467E7F

Color information

#467E7F (or 0x467E7F) is unknown color: approx Paradiso. HEX triplet: 46, 7E and 7F. RGB value is (70,126,127). Sum of RGB (Red+Green+Blue) = 70+126+127=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #467E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E7F is #B98180. Grayscale: #6D6D6D. Windows color (decimal): -12157313 or 8355398. OLE color: 8355398.

HSL color Cylindrical-coordinate representation of color #467E7F: hue angle of 181.05º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467E7F is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70126127-
CMYK0.450.0100.50
HSL181.05º28.93%38.63%-
HSV(B)181.05º44.88%49.8%-
XYZ13.8217.7622.78-
YUV109.37137.9599.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 127 (50% from 255) = 39.32%
R=21.67%
G=39.01%
B=39.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701261270.450.0100.50181.0528.9338.63
Hex467E7F2D1032b51d27
Octal1061761775510622653547
Binary100011011111101111111101101101100101011010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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