#407782

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

Shades of Paradiso #407782

Tints of Paradiso #407782

Color information

#407782 (or 0x407782) is unknown color: approx Paradiso. HEX triplet: 40, 77 and 82. RGB value is (64,119,130). Sum of RGB (Red+Green+Blue) = 64+119+130=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #407782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407782 is #BF887D. Grayscale: #676767. Windows color (decimal): -12552318 or 8550208. OLE color: 8550208.

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

Color convert

RGB64119130-
CMYK0.510.0800.49
HSL190º34.02%38.04%-
HSV(B)190º50.77%50.98%-
XYZ12.7415.923.52-
YUV103.81142.7899.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=20.45%
G=38.02%
B=41.53%

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
Decimal641191300.510.0800.4919034.0238.04
Hex407782338031be2226
Octal10016720263100612764246
Binary10000001110111100000101100111000011000110111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407782; }

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

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

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

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

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

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

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

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