#41948E

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

Shades of Blue Chill #41948E

Tints of Blue Chill #41948E

Color information

#41948E (or 0x41948E) is unknown color: approx Blue Chill. HEX triplet: 41, 94 and 8E. RGB value is (65,148,142). Sum of RGB (Red+Green+Blue) = 65+148+142=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #41948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41948E is #BE6B71. Grayscale: #7A7A7A. Windows color (decimal): -12479346 or 9344065. OLE color: 9344065.

HSL color Cylindrical-coordinate representation of color #41948E: hue angle of 175.66º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41948E is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB65148142-
CMYK0.5600.040.42
HSL175.66º38.97%41.76%-
HSV(B)175.66º56.08%58.04%-
XYZ17.6524.2629.34-
YUV122.513986.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.31%
GREEN value IS 148 (58.20% from 255) = 41.69%
BLUE value IS 142 (55.86% from 255) = 40%
R=18.31%
G=41.69%
B=40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481420.5600.040.42175.6638.9741.76
Hex41948E38042Ab0272a
Octal1012242167004522604752
Binary10000011001010010001110111000010010101010110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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