#419B9E

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

Shades of Blue Chill #419B9E

Tints of Blue Chill #419B9E

Color information

#419B9E (or 0x419B9E) is unknown color: approx Blue Chill. HEX triplet: 41, 9B and 9E. RGB value is (65,155,158). Sum of RGB (Red+Green+Blue) = 65+155+158=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #419B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419B9E is #BE6461. Grayscale: #808080. Windows color (decimal): -12477538 or 10394433. OLE color: 10394433.

HSL color Cylindrical-coordinate representation of color #419B9E: hue angle of 181.94º 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 #419B9E is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65155158-
CMYK0.590.0200.38
HSL181.94º41.7%43.73%-
HSV(B)181.94º58.86%61.96%-
XYZ20.0727.0436.51-
YUV128.43144.6882.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=17.20%
G=41.01%
B=41.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651551580.590.0200.38181.9441.743.73
Hex419B9E3B2026b62a2c
Octal1012332367320462665254
Binary1000001100110111001111011101110010011010110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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