#41918B

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

Shades of Blue Chill #41918B

Tints of Blue Chill #41918B

Color information

#41918B (or 0x41918B) is unknown color: approx Blue Chill. HEX triplet: 41, 91 and 8B. RGB value is (65,145,139). Sum of RGB (Red+Green+Blue) = 65+145+139=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #41918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41918B is #BE6E74. Grayscale: #787878. Windows color (decimal): -12480117 or 9146689. OLE color: 9146689.

HSL color Cylindrical-coordinate representation of color #41918B: hue angle of 175.5º 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 #41918B is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB65145139-
CMYK0.5500.040.43
HSL175.5º38.1%41.18%-
HSV(B)175.5º55.17%56.86%-
XYZ16.9723.2428.02-
YUV120.4138.588.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 145 (57.03% from 255) = 41.55%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=18.62%
G=41.55%
B=39.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451390.5500.040.43175.538.141.18
Hex41918B37042Bb02629
Octal1012212136704532604651
Binary10000011001000110001011110111010010101110110000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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