#41979b

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

Shades of Blue Chill #41979B

Tints of Blue Chill #41979B

Color information

#41979B (or 0x41979B) is unknown color: approx Blue Chill. HEX triplet: 41, 97 and 9B. RGB value is (65,151,155). Sum of RGB (Red+Green+Blue) = 65+151+155=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #41979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41979B is #BE6864. Grayscale: #7D7D7D. Windows color (decimal): -12478565 or 10196801. OLE color: 10196801.

HSL color Cylindrical-coordinate representation of color #41979B: hue angle of 182.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41979B is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65151155-
CMYK0.580.0300.39
HSL182.67º40.91%43.14%-
HSV(B)182.67º58.06%60.78%-
XYZ19.1625.6234.95-
YUV125.74144.5184.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=17.52%
G=40.70%
B=41.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651511550.580.0300.39182.6740.9143.14
Hex41979B3A3027b7292b
Octal1012272337230472675153
Binary1000001100101111001101111101011010011110110111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41979b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41979b; }

 p { color: rgb(65,151,155); }

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

<style>
 a { background-color: #41979b; }

 a { background-color: rgb(65,151,155); }

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

<style>
 span { border-color: #41979b; }

 span { border-color: rgb(65,151,155); }

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