#41939E

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

Shades of Hippie Blue #41939E

Tints of Hippie Blue #41939E

Color information

#41939E (or 0x41939E) is unknown color: approx Hippie Blue. HEX triplet: 41, 93 and 9E. RGB value is (65,147,158). Sum of RGB (Red+Green+Blue) = 65+147+158=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #41939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41939E is #BE6C61. Grayscale: #7B7B7B. Windows color (decimal): -12479586 or 10392385. OLE color: 10392385.

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

Color convert

RGB65147158-
CMYK0.590.0700.38
HSL187.1º41.7%43.73%-
HSV(B)187.1º58.86%61.96%-
XYZ18.7924.4636.08-
YUV123.74147.3386.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=17.57%
G=39.73%
B=42.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651471580.590.0700.38187.141.743.73
Hex41939E3B7026bb2a2c
Octal1012232367370462735254
Binary10000011001001110011110111011111010011010111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,147,158); }

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

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

 a { background-color: rgb(65,147,158); }

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

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

 span { border-color: rgb(65,147,158); }

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