#407883

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

Shades of Paradiso #407883

Tints of Paradiso #407883

Color information

#407883 (or 0x407883) is unknown color: approx Paradiso. HEX triplet: 40, 78 and 83. RGB value is (64,120,131). Sum of RGB (Red+Green+Blue) = 64+120+131=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 131 - color contains mainly: blue. Hex color #407883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407883 is #BF877C. Grayscale: #686868. Windows color (decimal): -12552061 or 8616000. OLE color: 8616000.

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

Color convert

RGB64120131-
CMYK0.510.0800.49
HSL189.85º34.36%38.24%-
HSV(B)189.85º51.15%51.37%-
XYZ12.9316.1623.91-
YUV104.51142.9599.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.32%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=20.32%
G=38.10%
B=41.59%

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
Decimal641201310.510.0800.49189.8534.3638.24
Hex407883338031be2226
Octal10017020363100612764246
Binary10000001111000100000111100111000011000110111110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407883; }

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

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

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

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

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

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

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

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