#40899E

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

Shades of Hippie Blue #40899E

Tints of Hippie Blue #40899E

Color information

#40899E (or 0x40899E) is unknown color: approx Hippie Blue. HEX triplet: 40, 89 and 9E. RGB value is (64,137,158). Sum of RGB (Red+Green+Blue) = 64+137+158=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #40899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40899E is #BF7661. Grayscale: #757575. Windows color (decimal): -12547682 or 10389824. OLE color: 10389824.

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

Color convert

RGB64137158-
CMYK0.590.1300.38
HSL193.4º42.34%43.53%-
HSV(B)193.4º59.49%61.96%-
XYZ17.2321.4535.58-
YUV117.57150.8289.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 158 (62.11% from 255) = 44.01%
R=17.83%
G=38.16%
B=44.01%

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
Decimal641371580.590.1300.38193.442.3443.53
Hex40899E3BD026c12a2c
Octal10021123673150463015254
Binary100000010001001100111101110111101010011011000001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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