#40829C

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

Shades of Hippie Blue #40829C

Tints of Hippie Blue #40829C

Color information

#40829C (or 0x40829C) is unknown color: approx Hippie Blue. HEX triplet: 40, 82 and 9C. RGB value is (64,130,156). Sum of RGB (Red+Green+Blue) = 64+130+156=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #40829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40829C is #BF7D63. Grayscale: #717171. Windows color (decimal): -12549476 or 10256960. OLE color: 10256960.

HSL color Cylindrical-coordinate representation of color #40829C: hue angle of 196.96º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40829C is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64130156-
CMYK0.590.1700.39
HSL196.96º41.82%43.14%-
HSV(B)196.96º58.97%61.18%-
XYZ16.119.4634.36-
YUV113.23152.1392.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.29%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 156 (61.33% from 255) = 44.57%
R=18.29%
G=37.14%
B=44.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641301560.590.1700.39196.9641.8243.14
Hex40829C3B11027c52a2b
Octal10020223473210473055253
Binary1000000100000101001110011101110001010011111000101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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