#41989B

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

Shades of Blue Chill #41989B

Tints of Blue Chill #41989B

Color information

#41989B (or 0x41989B) is unknown color: approx Blue Chill. HEX triplet: 41, 98 and 9B. RGB value is (65,152,155). Sum of RGB (Red+Green+Blue) = 65+152+155=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #41989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41989B is #BE6764. Grayscale: #7E7E7E. Windows color (decimal): -12478309 or 10197057. OLE color: 10197057.

HSL color Cylindrical-coordinate representation of color #41989B: hue angle of 182º 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 #41989B is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65152155-
CMYK0.580.0200.39
HSL182º40.91%43.14%-
HSV(B)182º58.06%60.78%-
XYZ19.3225.9535-
YUV126.33144.1884.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.47%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=17.47%
G=40.86%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651521550.580.0200.3918240.9143.14
Hex41989B3A2027b6292b
Octal1012302337220472665153
Binary1000001100110001001101111101010010011110110110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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