#407982

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

Shades of Paradiso #407982

Tints of Paradiso #407982

Color information

#407982 (or 0x407982) is unknown color: approx Paradiso. HEX triplet: 40, 79 and 82. RGB value is (64,121,130). Sum of RGB (Red+Green+Blue) = 64+121+130=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #407982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407982 is #BF867D. Grayscale: #686868. Windows color (decimal): -12551806 or 8550720. OLE color: 8550720.

HSL color Cylindrical-coordinate representation of color #407982: hue angle of 188.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407982 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB64121130-
CMYK0.510.0700.49
HSL188.18º34.02%38.04%-
HSV(B)188.18º50.77%50.98%-
XYZ12.9816.3823.6-
YUV104.98142.1298.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 121 (47.66% from 255) = 38.41%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=20.32%
G=38.41%
B=41.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641211300.510.0700.49188.1834.0238.04
Hex407982337031bc2226
Octal1001712026370612744246
Binary1000000111100110000010110011111011000110111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407982; }

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

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

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

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

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

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

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

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