#407B85

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

Shades of Paradiso #407B85

Tints of Paradiso #407B85

Color information

#407B85 (or 0x407B85) is unknown color: approx Paradiso. HEX triplet: 40, 7B and 85. RGB value is (64,123,133). Sum of RGB (Red+Green+Blue) = 64+123+133=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #407B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407B85 is #BF847A. Grayscale: #6A6A6A. Windows color (decimal): -12551291 or 8747840. OLE color: 8747840.

HSL color Cylindrical-coordinate representation of color #407B85: hue angle of 188.7º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407B85 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB64123133-
CMYK0.520.0800.48
HSL188.7º35.03%38.63%-
HSV(B)188.7º51.88%52.16%-
XYZ13.4316.9524.75-
YUV106.5142.9597.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=20%
G=38.44%
B=41.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641231330.520.0800.48188.735.0338.63
Hex407B85348030bd2327
Octal10017320564100602754347
Binary10000001111011100001011101001000011000010111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407B85; }

 p { color: rgb(64,123,133); }

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

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

 a { background-color: rgb(64,123,133); }

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

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

 span { border-color: rgb(64,123,133); }

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