#41998E

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

Shades of Blue Chill #41998E

Tints of Blue Chill #41998E

Color information

#41998E (or 0x41998E) is unknown color: approx Blue Chill. HEX triplet: 41, 99 and 8E. RGB value is (65,153,142). Sum of RGB (Red+Green+Blue) = 65+153+142=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #41998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998E is #BE6671. Grayscale: #7D7D7D. Windows color (decimal): -12478066 or 9345345. OLE color: 9345345.

HSL color Cylindrical-coordinate representation of color #41998E: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41998E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB65153142-
CMYK0.5800.070.4
HSL172.5º40.37%42.75%-
HSV(B)172.5º57.52%60%-
XYZ18.4525.8629.61-
YUV125.43137.3584.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=18.06%
G=42.5%
B=39.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal651531420.5800.070.4172.540.3742.75
Hex41998E3A0728ac282b
Octal1012312167207502545053
Binary10000011001100110001110111010011110100010101100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41998E; }

 p { color: rgb(65,153,142); }

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

<style>
 a { background-color: #41998E; }

 a { background-color: rgb(65,153,142); }

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

<style>
 span { border-color: #41998E; }

 span { border-color: rgb(65,153,142); }

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