#40879D

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

Shades of Hippie Blue #40879D

Tints of Hippie Blue #40879D

Color information

#40879D (or 0x40879D) is unknown color: approx Hippie Blue. HEX triplet: 40, 87 and 9D. RGB value is (64,135,157). Sum of RGB (Red+Green+Blue) = 64+135+157=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #40879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40879D is #BF7862. Grayscale: #747474. Windows color (decimal): -12548195 or 10323776. OLE color: 10323776.

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

Color convert

RGB64135157-
CMYK0.590.1400.38
HSL194.19º42.08%43.33%-
HSV(B)194.19º59.24%61.57%-
XYZ16.8620.8535.03-
YUV116.28150.9890.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.98%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=17.98%
G=37.92%
B=44.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641351570.590.1400.38194.1942.0843.33
Hex40879D3BE026c22a2b
Octal10020723573160463025253
Binary100000010000111100111011110111110010011011000010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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