#407E9F

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

Shades of Hippie Blue #407E9F

Tints of Hippie Blue #407E9F

Color information

#407E9F (or 0x407E9F) is unknown color: approx Hippie Blue. HEX triplet: 40, 7E and 9F. RGB value is (64,126,159). Sum of RGB (Red+Green+Blue) = 64+126+159=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #407E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407E9F is #BF8160. Grayscale: #6F6F6F. Windows color (decimal): -12550497 or 10452544. OLE color: 10452544.

HSL color Cylindrical-coordinate representation of color #407E9F: hue angle of 200.84º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #407E9F is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB64126159-
CMYK0.600.2100.38
HSL200.84º42.6%43.73%-
HSV(B)200.84º59.75%62.35%-
XYZ15.8318.5135.54-
YUV111.22154.9694.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.34%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=18.34%
G=36.10%
B=45.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641261590.600.2100.38200.8442.643.73
Hex407E9F3C15026c92b2c
Octal10017623774250463115354
Binary100000011111101001111111110010101010011011001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407E9F; }

 p { color: rgb(64,126,159); }

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

<style>
 a { background-color: #407E9F; }

 a { background-color: rgb(64,126,159); }

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

<style>
 span { border-color: #407E9F; }

 span { border-color: rgb(64,126,159); }

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