#40849D

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

Shades of Hippie Blue #40849D

Tints of Hippie Blue #40849D

Color information

#40849D (or 0x40849D) is unknown color: approx Hippie Blue. HEX triplet: 40, 84 and 9D. RGB value is (64,132,157). Sum of RGB (Red+Green+Blue) = 64+132+157=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #40849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40849D is #BF7B62. Grayscale: #727272. Windows color (decimal): -12548963 or 10323008. OLE color: 10323008.

HSL color Cylindrical-coordinate representation of color #40849D: hue angle of 196.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40849D is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64132157-
CMYK0.590.1600.38
HSL196.13º42.08%43.33%-
HSV(B)196.13º59.24%61.57%-
XYZ16.4520.0334.9-
YUV114.52151.9791.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.13%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=18.13%
G=37.39%
B=44.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641321570.590.1600.38196.1342.0843.33
Hex40849D3B10026c42a2b
Octal10020423573200463045253
Binary1000000100001001001110111101110000010011011000100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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