Html Css Color HEX #40909E Hippie Blue

📋 copy color: '#40909E'

red 64 ◦ green 144 ◦ blue 158

#40909E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #40909E

Tints of Hippie Blue #40909E

RGB

 RED value IS 64 (25.39% from 255) = 17.49%

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 17.49%
G = 39.34%
B = 43.17%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40909E (or 0x40909E) is known color: Hippie Blue. HEX triplet: 40, 90 and 9E. RGB value is (64,144,158). Sum of RGB (Red+Green+Blue) = 64+144+158=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #40909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40909E is #BF6F61. Grayscale: #797979. Windows color (decimal): -12545890 or 10391616. OLE color: 10391616.

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

Color convert

RGB 64 144 158 -
CMYK 0.59 0.09 0 0.38
HSL 188.94º 0.42% 0.44% -
HSV(B) 188.94º 0.59% 0.62% -
XYZ 18.26 23.51 35.92 -
YUV 121.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 64 144 158 0.59 0.09 0 0.38 188.94 0.42 0.44
Hex 40 90 9E 3B 9 0 26 BD 2A 2C
Octal 100 220 236 73 11 0 46 275 52 54
Binary 1000000 10010000 10011110 111011 1001 0 100110 10111101 101010 101100

Color Harmonies of #40909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40909E

Black with #40909E

Text Example


Text Example

White with #40909E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40909E;
 }
 .AnyTagClassName
 {
   color: #40909E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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