#41829D

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

Shades of Hippie Blue #41829D

Tints of Hippie Blue #41829D

Color information

#41829D (or 0x41829D) is unknown color: approx Hippie Blue. HEX triplet: 41, 82 and 9D. RGB value is (65,130,157). Sum of RGB (Red+Green+Blue) = 65+130+157=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #41829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41829D is #BE7D62. Grayscale: #717171. Windows color (decimal): -12483939 or 10322497. OLE color: 10322497.

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

Color convert

RGB65130157-
CMYK0.590.1700.38
HSL197.61º41.44%43.53%-
HSV(B)197.61º58.6%61.57%-
XYZ16.2519.5234.81-
YUV113.64152.4793.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=18.47%
G=36.93%
B=44.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651301570.590.1700.38197.6141.4443.53
Hex41829D3B11026c6292c
Octal10120223573210463065154
Binary1000001100000101001110111101110001010011011000110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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