#40827E

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

Shades of Paradiso #40827E

Tints of Paradiso #40827E

Color information

#40827E (or 0x40827E) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 7E. RGB value is (64,130,126). Sum of RGB (Red+Green+Blue) = 64+130+126=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #40827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827E is #BF7D81. Grayscale: #6D6D6D. Windows color (decimal): -12549506 or 8290880. OLE color: 8290880.

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

Color convert

RGB64130126-
CMYK0.5100.030.49
HSL176.36º34.02%38.04%-
HSV(B)176.36º50.77%50.98%-
XYZ13.8618.5622.59-
YUV109.81137.1395.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 126 (49.61% from 255) = 39.38%
R=20%
G=40.62%
B=39.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301260.5100.030.49176.3634.0238.04
Hex40827E330331b02226
Octal1002021766303612604246
Binary100000010000010111111011001101111000110110000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40827E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40827E; }

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

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

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

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

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

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

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

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