#419491

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

Shades of Blue Chill #419491

Tints of Blue Chill #419491

Color information

#419491 (or 0x419491) is unknown color: approx Blue Chill. HEX triplet: 41, 94 and 91. RGB value is (65,148,145). Sum of RGB (Red+Green+Blue) = 65+148+145=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #419491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419491 is #BE6B6E. Grayscale: #7A7A7A. Windows color (decimal): -12479343 or 9540673. OLE color: 9540673.

HSL color Cylindrical-coordinate representation of color #419491: hue angle of 177.83º 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 #419491 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB65148145-
CMYK0.5600.020.42
HSL177.83º38.97%41.76%-
HSV(B)177.83º56.08%58.04%-
XYZ17.8824.3530.55-
YUV122.84140.586.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 145 (57.03% from 255) = 40.50%
R=18.16%
G=41.34%
B=40.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481450.5600.020.42177.8338.9741.76
Hex41949138022Ab2272a
Octal1012242217002522624752
Binary1000001100101001001000111100001010101010110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419491; }

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

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

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

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

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

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

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

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