#467984

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

Shades of Paradiso #467984

Tints of Paradiso #467984

Color information

#467984 (or 0x467984) is unknown color: approx Paradiso. HEX triplet: 46, 79 and 84. RGB value is (70,121,132). Sum of RGB (Red+Green+Blue) = 70+121+132=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #467984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467984 is #B9867B. Grayscale: #6A6A6A. Windows color (decimal): -12158588 or 8681798. OLE color: 8681798.

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

Color convert

RGB70121132-
CMYK0.470.0800.48
HSL190.65º30.69%39.61%-
HSV(B)190.65º46.97%51.76%-
XYZ13.5316.6424.33-
YUV107142.1101.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=21.67%
G=37.46%
B=40.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701211320.470.0800.48190.6530.6939.61
Hex4679842F8030bf1f28
Octal10617120457100602773750
Binary1000110111100110000100101111100001100001011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467984; }

 p { color: rgb(70,121,132); }

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

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

 a { background-color: rgb(70,121,132); }

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

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

 span { border-color: rgb(70,121,132); }

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