#41918E

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

Shades of Blue Chill #41918E

Tints of Blue Chill #41918E

Color information

#41918E (or 0x41918E) is unknown color: approx Blue Chill. HEX triplet: 41, 91 and 8E. RGB value is (65,145,142). Sum of RGB (Red+Green+Blue) = 65+145+142=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #41918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41918E is #BE6E71. Grayscale: #787878. Windows color (decimal): -12480114 or 9343297. OLE color: 9343297.

HSL color Cylindrical-coordinate representation of color #41918E: hue angle of 177.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41918E is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB65145142-
CMYK0.5500.020.43
HSL177.75º38.1%41.18%-
HSV(B)177.75º55.17%56.86%-
XYZ17.1923.3329.19-
YUV120.7414088.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=18.47%
G=41.19%
B=40.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451420.5500.020.43177.7538.141.18
Hex41918E37022Bb22629
Octal1012212166702532624651
Binary1000001100100011000111011011101010101110110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,145,142); }

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

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

 a { background-color: rgb(65,145,142); }

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

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

 span { border-color: rgb(65,145,142); }

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