#419190

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

Shades of Blue Chill #419190

Tints of Blue Chill #419190

Color information

#419190 (or 0x419190) is unknown color: approx Blue Chill. HEX triplet: 41, 91 and 90. RGB value is (65,145,144). Sum of RGB (Red+Green+Blue) = 65+145+144=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #419190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419190 is #BE6E6F. Grayscale: #787878. Windows color (decimal): -12480112 or 9474369. OLE color: 9474369.

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

Color convert

RGB65145144-
CMYK0.5500.010.43
HSL179.25º38.1%41.18%-
HSV(B)179.25º55.17%56.86%-
XYZ17.3423.3929.99-
YUV120.9714188.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 145 (57.03% from 255) = 40.96%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=18.36%
G=40.96%
B=40.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451440.5500.010.43179.2538.141.18
Hex41919037012Bb32629
Octal1012212206701532634651
Binary100000110010001100100001101110110101110110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419190; }

 p { color: rgb(65,145,144); }

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

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

 a { background-color: rgb(65,145,144); }

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

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

 span { border-color: rgb(65,145,144); }

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