#419192

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

Shades of Blue Chill #419192

Tints of Blue Chill #419192

Color information

#419192 (or 0x419192) is unknown color: approx Blue Chill. HEX triplet: 41, 91 and 92. RGB value is (65,145,146). Sum of RGB (Red+Green+Blue) = 65+145+146=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #419192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419192 is #BE6E6D. Grayscale: #797979. Windows color (decimal): -12480110 or 9605441. OLE color: 9605441.

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

Color convert

RGB65145146-
CMYK0.550.0100.43
HSL180.74º38.39%41.37%-
HSV(B)180.74º55.48%57.25%-
XYZ17.4923.4530.8-
YUV121.1914287.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.26%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 146 (57.42% from 255) = 41.01%
R=18.26%
G=40.73%
B=41.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451460.550.0100.43180.7438.3941.37
Hex41919237102Bb52629
Octal1012212226710532654651
Binary100000110010001100100101101111010101110110101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419192; }

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

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

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

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

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

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

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

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