#419890

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

Shades of Blue Chill #419890

Tints of Blue Chill #419890

Color information

#419890 (or 0x419890) is unknown color: approx Blue Chill. HEX triplet: 41, 98 and 90. RGB value is (65,152,144). Sum of RGB (Red+Green+Blue) = 65+152+144=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #419890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419890 is #BE676F. Grayscale: #7D7D7D. Windows color (decimal): -12478320 or 9476161. OLE color: 9476161.

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

Color convert

RGB65152144-
CMYK0.5700.050.40
HSL174.48º40.09%42.55%-
HSV(B)174.48º57.24%59.61%-
XYZ18.4425.5930.35-
YUV125.07138.6885.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.01%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=18.01%
G=42.11%
B=39.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521440.5700.050.40174.4840.0942.55
Hex419890390528ae282b
Octal1012302207105502565053
Binary10000011001100010010000111001010110100010101110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419890; }

 p { color: rgb(65,152,144); }

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

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

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

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

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

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

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