#41928F

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

Shades of Blue Chill #41928F

Tints of Blue Chill #41928F

Color information

#41928F (or 0x41928F) is unknown color: approx Blue Chill. HEX triplet: 41, 92 and 8F. RGB value is (65,146,143). Sum of RGB (Red+Green+Blue) = 65+146+143=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #41928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41928F is #BE6D70. Grayscale: #797979. Windows color (decimal): -12479857 or 9409089. OLE color: 9409089.

HSL color Cylindrical-coordinate representation of color #41928F: hue angle of 177.78º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41928F is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB65146143-
CMYK0.5500.020.43
HSL177.78º38.39%41.37%-
HSV(B)177.78º55.48%57.25%-
XYZ17.4223.6629.64-
YUV121.44140.1687.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=18.36%
G=41.24%
B=40.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461430.5500.020.43177.7838.3941.37
Hex41928F37022Bb22629
Octal1012222176702532624651
Binary1000001100100101000111111011101010101110110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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