#41998F

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

Shades of Blue Chill #41998F

Tints of Blue Chill #41998F

Color information

#41998F (or 0x41998F) is unknown color: approx Blue Chill. HEX triplet: 41, 99 and 8F. RGB value is (65,153,143). Sum of RGB (Red+Green+Blue) = 65+153+143=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #41998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998F is #BE6670. Grayscale: #7D7D7D. Windows color (decimal): -12478065 or 9410881. OLE color: 9410881.

HSL color Cylindrical-coordinate representation of color #41998F: hue angle of 173.18º 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 #41998F is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB65153143-
CMYK0.5800.070.4
HSL173.18º40.37%42.75%-
HSV(B)173.18º57.52%60%-
XYZ18.5325.8930.01-
YUV125.55137.8584.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 153 (60.16% from 255) = 42.38%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=18.01%
G=42.38%
B=39.61%

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
Decimal651531430.5800.070.4173.1840.3742.75
Hex41998F3A0728ad282b
Octal1012312177207502555053
Binary10000011001100110001111111010011110100010101101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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