#407881

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

Shades of Paradiso #407881

Tints of Paradiso #407881

Color information

#407881 (or 0x407881) is unknown color: approx Paradiso. HEX triplet: 40, 78 and 81. RGB value is (64,120,129). Sum of RGB (Red+Green+Blue) = 64+120+129=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #407881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407881 is #BF877E. Grayscale: #686868. Windows color (decimal): -12552063 or 8484928. OLE color: 8484928.

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

Color convert

RGB64120129-
CMYK0.500.0700.49
HSL188.31º33.68%37.84%-
HSV(B)188.31º50.39%50.59%-
XYZ12.7916.1123.2-
YUV104.28141.9599.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=20.45%
G=38.34%
B=41.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641201290.500.0700.49188.3133.6837.84
Hex407881327031bc2226
Octal1001702016270612744246
Binary1000000111100010000001110010111011000110111100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407881; }

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

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

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

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

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

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

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

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