#40827D

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

Shades of Paradiso #40827D

Tints of Paradiso #40827D

Color information

#40827D (or 0x40827D) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 7D. RGB value is (64,130,125). Sum of RGB (Red+Green+Blue) = 64+130+125=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #40827D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40827D is #BF7D82. Grayscale: #6D6D6D. Windows color (decimal): -12549507 or 8225344. OLE color: 8225344.

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

Color convert

RGB64130125-
CMYK0.5100.040.49
HSL175.45º34.02%38.04%-
HSV(B)175.45º50.77%50.98%-
XYZ13.818.5422.25-
YUV109.7136.6395.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.06%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 125 (49.22% from 255) = 39.18%
R=20.06%
G=40.75%
B=39.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal641301250.5100.040.49175.4534.0238.04
Hex40827D330431af2226
Octal1002021756304612574246
Binary1000000100000101111101110011010011000110101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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