#407882

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

Shades of Paradiso #407882

Tints of Paradiso #407882

Color information

#407882 (or 0x407882) is unknown color: approx Paradiso. HEX triplet: 40, 78 and 82. RGB value is (64,120,130). Sum of RGB (Red+Green+Blue) = 64+120+130=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #407882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407882 is #BF877D. Grayscale: #686868. Windows color (decimal): -12552062 or 8550464. OLE color: 8550464.

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

Color convert

RGB64120130-
CMYK0.510.0800.49
HSL189.09º34.02%38.04%-
HSV(B)189.09º50.77%50.98%-
XYZ12.8616.1323.56-
YUV104.4142.4599.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.38%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=20.38%
G=38.22%
B=41.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641201300.510.0800.49189.0934.0238.04
Hex407882338031bd2226
Octal10017020263100612754246
Binary10000001111000100000101100111000011000110111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407882; }

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

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

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

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

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

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

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

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