#467880

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

Shades of Paradiso #467880

Tints of Paradiso #467880

Color information

#467880 (or 0x467880) is unknown color: approx Paradiso. HEX triplet: 46, 78 and 80. RGB value is (70,120,128). Sum of RGB (Red+Green+Blue) = 70+120+128=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 128 - color contains mainly: blue. Hex color #467880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467880 is #B9877F. Grayscale: #696969. Windows color (decimal): -12158848 or 8419398. OLE color: 8419398.

HSL color Cylindrical-coordinate representation of color #467880: hue angle of 188.28º 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 #467880 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB70120128-
CMYK0.450.0600.50
HSL188.28º29.29%38.82%-
HSV(B)188.28º45.31%50.2%-
XYZ13.1416.2922.87-
YUV105.96140.44102.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 128 (50.39% from 255) = 40.25%
R=22.01%
G=37.74%
B=40.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701201280.450.0600.50188.2829.2938.82
Hex4678802D6032bc1d27
Octal1061702005560622743547
Binary100011011110001000000010110111001100101011110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467880; }

 p { color: rgb(70,120,128); }

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

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

 a { background-color: rgb(70,120,128); }

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

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

 span { border-color: rgb(70,120,128); }

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