#419A9A

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

Shades of Blue Chill #419A9A

Tints of Blue Chill #419A9A

Color information

#419A9A (or 0x419A9A) is unknown color: approx Blue Chill. HEX triplet: 41, 9A and 9A. RGB value is (65,154,154). Sum of RGB (Red+Green+Blue) = 65+154+154=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #419A9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A9A is #BE6565. Grayscale: #7F7F7F. Windows color (decimal): -12477798 or 10132033. OLE color: 10132033.

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

Color convert

RGB65154154-
CMYK0.58000.40
HSL180º40.64%42.94%-
HSV(B)180º57.79%60.39%-
XYZ19.5726.5734.67-
YUV127.39143.0183.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.43%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=17.43%
G=41.29%
B=41.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541540.58000.4018040.6442.94
Hex419A9A3A0028b4292b
Octal1012322327200502645153
Binary100000110011010100110101110100010100010110100101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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