#41999E

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

Shades of Blue Chill #41999E

Tints of Blue Chill #41999E

Color information

#41999E (or 0x41999E) is unknown color: approx Blue Chill. HEX triplet: 41, 99 and 9E. RGB value is (65,153,158). Sum of RGB (Red+Green+Blue) = 65+153+158=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #41999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41999E is #BE6661. Grayscale: #7F7F7F. Windows color (decimal): -12478050 or 10393921. OLE color: 10393921.

HSL color Cylindrical-coordinate representation of color #41999E: hue angle of 183.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41999E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65153158-
CMYK0.590.0300.38
HSL183.23º41.7%43.73%-
HSV(B)183.23º58.86%61.96%-
XYZ19.7426.3736.4-
YUV127.26145.3583.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.29%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=17.29%
G=40.69%
B=42.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651531580.590.0300.38183.2341.743.73
Hex41999E3B3026b72a2c
Octal1012312367330462675254
Binary1000001100110011001111011101111010011010110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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