#467982

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

Shades of Paradiso #467982

Tints of Paradiso #467982

Color information

#467982 (or 0x467982) is unknown color: approx Paradiso. HEX triplet: 46, 79 and 82. RGB value is (70,121,130). Sum of RGB (Red+Green+Blue) = 70+121+130=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #467982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467982 is #B9867D. Grayscale: #6A6A6A. Windows color (decimal): -12158590 or 8550726. OLE color: 8550726.

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

Color convert

RGB70121130-
CMYK0.460.0700.49
HSL189º30%39.22%-
HSV(B)189º46.15%50.98%-
XYZ13.3916.5923.62-
YUV106.78141.1101.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 121 (47.66% from 255) = 37.69%
BLUE value IS 130 (51.17% from 255) = 40.50%
R=21.81%
G=37.69%
B=40.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701211300.460.0700.491893039.22
Hex4679822E7031bd1e27
Octal1061712025670612753647
Binary100011011110011000001010111011101100011011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467982; }

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

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

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

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

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

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

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

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