#40849C

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

Shades of Hippie Blue #40849C

Tints of Hippie Blue #40849C

Color information

#40849C (or 0x40849C) is unknown color: approx Hippie Blue. HEX triplet: 40, 84 and 9C. RGB value is (64,132,156). Sum of RGB (Red+Green+Blue) = 64+132+156=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #40849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40849C is #BF7B63. Grayscale: #727272. Windows color (decimal): -12548964 or 10257472. OLE color: 10257472.

HSL color Cylindrical-coordinate representation of color #40849C: hue angle of 195.65º 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 #40849C is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB64132156-
CMYK0.590.1500.39
HSL195.65º41.82%43.14%-
HSV(B)195.65º58.97%61.18%-
XYZ16.3719.9934.45-
YUV114.4151.4792.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=18.18%
G=37.5%
B=44.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal641321560.590.1500.39195.6541.8243.14
Hex40849C3BF027c42a2b
Octal10020423473170473045253
Binary100000010000100100111001110111111010011111000100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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