#419A9E

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

Shades of Blue Chill #419A9E

Tints of Blue Chill #419A9E

Color information

#419A9E (or 0x419A9E) is unknown color: approx Blue Chill. HEX triplet: 41, 9A and 9E. RGB value is (65,154,158). Sum of RGB (Red+Green+Blue) = 65+154+158=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #419A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A9E is #BE6561. Grayscale: #7F7F7F. Windows color (decimal): -12477794 or 10394177. OLE color: 10394177.

HSL color Cylindrical-coordinate representation of color #419A9E: hue angle of 182.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419A9E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65154158-
CMYK0.590.0300.38
HSL182.58º41.7%43.73%-
HSV(B)182.58º58.86%61.96%-
XYZ19.9126.736.45-
YUV127.84145.0183.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=17.24%
G=40.85%
B=41.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651541580.590.0300.38182.5841.743.73
Hex419A9E3B3026b72a2c
Octal1012322367330462675254
Binary1000001100110101001111011101111010011010110111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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