#40829F

Color #40829F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #40829F

Tints of Hippie Blue #40829F

Color information

#40829F (or 0x40829F) is unknown color: approx Hippie Blue. HEX triplet: 40, 82 and 9F. RGB value is (64,130,159). Sum of RGB (Red+Green+Blue) = 64+130+159=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #40829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40829F is #BF7D60. Grayscale: #717171. Windows color (decimal): -12549473 or 10453568. OLE color: 10453568.

HSL color Cylindrical-coordinate representation of color #40829F: hue angle of 198.32º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40829F is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64130159-
CMYK0.600.1800.38
HSL198.32º42.6%43.73%-
HSV(B)198.32º59.75%62.35%-
XYZ16.3519.5635.71-
YUV113.57153.6392.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=18.13%
G=36.83%
B=45.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641301590.600.1800.38198.3242.643.73
Hex40829F3C12026c62b2c
Octal10020223774220463065354
Binary1000000100000101001111111110010010010011011000110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40829F; }

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

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

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

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

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

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

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

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