#41958d

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

Shades of Blue Chill #41958D

Tints of Blue Chill #41958D

Color information

#41958D (or 0x41958D) is unknown color: approx Blue Chill. HEX triplet: 41, 95 and 8D. RGB value is (65,149,141). Sum of RGB (Red+Green+Blue) = 65+149+141=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #41958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41958D is #BE6A72. Grayscale: #7A7A7A. Windows color (decimal): -12479091 or 9278785. OLE color: 9278785.

HSL color Cylindrical-coordinate representation of color #41958D: hue angle of 174.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41958D is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB65149141-
CMYK0.5600.050.42
HSL174.29º39.25%41.96%-
HSV(B)174.29º56.38%58.43%-
XYZ17.7424.5429-
YUV122.97138.1786.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=18.31%
G=41.97%
B=39.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491410.5600.050.42174.2939.2541.96
Hex41958D38052Aae272a
Octal1012252157005522564752
Binary10000011001010110001101111000010110101010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41958d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41958d; }

 p { color: rgb(65,149,141); }

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

<style>
 a { background-color: #41958d; }

 a { background-color: rgb(65,149,141); }

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

<style>
 span { border-color: #41958d; }

 span { border-color: rgb(65,149,141); }

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