#41899D

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

Shades of Hippie Blue #41899D

Tints of Hippie Blue #41899D

Color information

#41899D (or 0x41899D) is unknown color: approx Hippie Blue. HEX triplet: 41, 89 and 9D. RGB value is (65,137,157). Sum of RGB (Red+Green+Blue) = 65+137+157=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #41899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41899D is #BE7662. Grayscale: #757575. Windows color (decimal): -12482147 or 10324289. OLE color: 10324289.

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

Color convert

RGB65137157-
CMYK0.590.1300.38
HSL193.04º41.44%43.53%-
HSV(B)193.04º58.6%61.57%-
XYZ17.2121.4535.13-
YUV117.75150.1590.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.11%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=18.11%
G=38.16%
B=43.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651371570.590.1300.38193.0441.4443.53
Hex41899D3BD026c1292c
Octal10121123573150463015154
Binary100000110001001100111011110111101010011011000001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,137,157); }

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

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

 a { background-color: rgb(65,137,157); }

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

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

 span { border-color: rgb(65,137,157); }

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