#41949E

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

Shades of Blue Chill #41949E

Tints of Blue Chill #41949E

Color information

#41949E (or 0x41949E) is unknown color: approx Blue Chill. HEX triplet: 41, 94 and 9E. RGB value is (65,148,158). Sum of RGB (Red+Green+Blue) = 65+148+158=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #41949E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41949E is #BE6B61. Grayscale: #7C7C7C. Windows color (decimal): -12479330 or 10392641. OLE color: 10392641.

HSL color Cylindrical-coordinate representation of color #41949E: hue angle of 186.45º 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 #41949E is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65148158-
CMYK0.590.0600.38
HSL186.45º41.7%43.73%-
HSV(B)186.45º58.86%61.96%-
XYZ18.9424.7736.13-
YUV124.3214785.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.52%
GREEN value IS 148 (58.20% from 255) = 39.89%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=17.52%
G=39.89%
B=42.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651481580.590.0600.38186.4541.743.73
Hex41949E3B6026ba2a2c
Octal1012242367360462725254
Binary10000011001010010011110111011110010011010111010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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