#41948C

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

Shades of Blue Chill #41948C

Tints of Blue Chill #41948C

Color information

#41948C (or 0x41948C) is unknown color: approx Blue Chill. HEX triplet: 41, 94 and 8C. RGB value is (65,148,140). Sum of RGB (Red+Green+Blue) = 65+148+140=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #41948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41948C is #BE6B73. Grayscale: #7A7A7A. Windows color (decimal): -12479348 or 9212993. OLE color: 9212993.

HSL color Cylindrical-coordinate representation of color #41948C: hue angle of 174.22º 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 #41948C is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB65148140-
CMYK0.5600.050.42
HSL174.22º38.97%41.76%-
HSV(B)174.22º56.08%58.04%-
XYZ17.524.228.56-
YUV122.2713887.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=18.41%
G=41.93%
B=39.66%

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
Decimal651481400.5600.050.42174.2238.9741.76
Hex41948C38052Aae272a
Octal1012242147005522564752
Binary10000011001010010001100111000010110101010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41948C; }

 p { color: rgb(65,148,140); }

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

<style>
 a { background-color: #41948C; }

 a { background-color: rgb(65,148,140); }

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

<style>
 span { border-color: #41948C; }

 span { border-color: rgb(65,148,140); }

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