#419A9B

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

Shades of Blue Chill #419A9B

Tints of Blue Chill #419A9B

Color information

#419A9B (or 0x419A9B) is unknown color: approx Blue Chill. HEX triplet: 41, 9A and 9B. RGB value is (65,154,155). Sum of RGB (Red+Green+Blue) = 65+154+155=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #419A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A9B is #BE6564. Grayscale: #7F7F7F. Windows color (decimal): -12477797 or 10197569. OLE color: 10197569.

HSL color Cylindrical-coordinate representation of color #419A9B: hue angle of 180.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A9B is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65154155-
CMYK0.580.0100.39
HSL180.67º40.91%43.14%-
HSV(B)180.67º58.06%60.78%-
XYZ19.6526.635.11-
YUV127.5143.5183.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.38%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=17.38%
G=41.18%
B=41.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651541550.580.0100.39180.6740.9143.14
Hex419A9B3A1027b5292b
Octal1012322337210472655153
Binary100000110011010100110111110101010011110110101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419A9B; }

 p { color: rgb(65,154,155); }

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

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

 a { background-color: rgb(65,154,155); }

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

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

 span { border-color: rgb(65,154,155); }

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