#41928B

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

Shades of Blue Chill #41928B

Tints of Blue Chill #41928B

Color information

#41928B (or 0x41928B) is unknown color: approx Blue Chill. HEX triplet: 41, 92 and 8B. RGB value is (65,146,139). Sum of RGB (Red+Green+Blue) = 65+146+139=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #41928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41928B is #BE6D74. Grayscale: #787878. Windows color (decimal): -12479861 or 9146945. OLE color: 9146945.

HSL color Cylindrical-coordinate representation of color #41928B: hue angle of 174.81º 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 #41928B is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB65146139-
CMYK0.5500.050.43
HSL174.81º38.39%41.37%-
HSV(B)174.81º55.48%57.25%-
XYZ17.1223.5528.07-
YUV120.98138.1688.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=18.57%
G=41.71%
B=39.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461390.5500.050.43174.8138.3941.37
Hex41928B37052Baf2629
Octal1012222136705532574651
Binary10000011001001010001011110111010110101110101111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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