#41809D

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

Shades of Hippie Blue #41809D

Tints of Hippie Blue #41809D

Color information

#41809D (or 0x41809D) is unknown color: approx Hippie Blue. HEX triplet: 41, 80 and 9D. RGB value is (65,128,157). Sum of RGB (Red+Green+Blue) = 65+128+157=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #41809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41809D is #BE7F62. Grayscale: #707070. Windows color (decimal): -12484451 or 10321985. OLE color: 10321985.

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

Color convert

RGB65128157-
CMYK0.590.1800.38
HSL198.91º41.44%43.53%-
HSV(B)198.91º58.6%61.57%-
XYZ15.981934.72-
YUV112.47153.1394.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 157 (61.72% from 255) = 44.86%
R=18.57%
G=36.57%
B=44.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651281570.590.1800.38198.9141.4443.53
Hex41809D3B12026c7292c
Octal10120023573220463075154
Binary1000001100000001001110111101110010010011011000111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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