#419590

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

Shades of Blue Chill #419590

Tints of Blue Chill #419590

Color information

#419590 (or 0x419590) is unknown color: approx Blue Chill. HEX triplet: 41, 95 and 90. RGB value is (65,149,144). Sum of RGB (Red+Green+Blue) = 65+149+144=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #419590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419590 is #BE6A6F. Grayscale: #7B7B7B. Windows color (decimal): -12479088 or 9475393. OLE color: 9475393.

HSL color Cylindrical-coordinate representation of color #419590: hue angle of 176.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419590 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB65149144-
CMYK0.5600.030.42
HSL176.43º39.25%41.96%-
HSV(B)176.43º56.38%58.43%-
XYZ17.9624.6330.19-
YUV123.31139.6786.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 144 (56.64% from 255) = 40.22%
R=18.16%
G=41.62%
B=40.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491440.5600.030.42176.4339.2541.96
Hex41959038032Ab0272a
Octal1012252207003522604752
Binary1000001100101011001000011100001110101010110000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419590; }

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

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

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

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

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

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

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

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