#40899D

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

Shades of Hippie Blue #40899D

Tints of Hippie Blue #40899D

Color information

#40899D (or 0x40899D) is unknown color: approx Hippie Blue. HEX triplet: 40, 89 and 9D. RGB value is (64,137,157). Sum of RGB (Red+Green+Blue) = 64+137+157=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #40899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40899D is #BF7662. Grayscale: #757575. Windows color (decimal): -12547683 or 10324288. OLE color: 10324288.

HSL color Cylindrical-coordinate representation of color #40899D: hue angle of 192.9º 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 #40899D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64137157-
CMYK0.590.1300.38
HSL192.9º42.08%43.33%-
HSV(B)192.9º59.24%61.57%-
XYZ17.1521.4235.13-
YUV117.45150.3289.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.88%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 157 (61.72% from 255) = 43.85%
R=17.88%
G=38.27%
B=43.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641371570.590.1300.38192.942.0843.33
Hex40899D3BD026c12a2b
Octal10021123573150463015253
Binary100000010001001100111011110111101010011011000001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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