#40909D

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

Shades of Hippie Blue #40909D

Tints of Hippie Blue #40909D

Color information

#40909D (or 0x40909D) is unknown color: approx Hippie Blue. HEX triplet: 40, 90 and 9D. RGB value is (64,144,157). Sum of RGB (Red+Green+Blue) = 64+144+157=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #40909D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40909D is #BF6F62. Grayscale: #797979. Windows color (decimal): -12545891 or 10326080. OLE color: 10326080.

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

Color convert

RGB64144157-
CMYK0.590.0800.38
HSL188.39º42.08%43.33%-
HSV(B)188.39º59.24%61.57%-
XYZ18.1723.4735.47-
YUV121.5614886.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.53%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=17.53%
G=39.45%
B=43.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641441570.590.0800.38188.3942.0843.33
Hex40909D3B8026bc2a2b
Octal10022023573100462745253
Binary100000010010000100111011110111000010011010111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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