#419592

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

Shades of Blue Chill #419592

Tints of Blue Chill #419592

Color information

#419592 (or 0x419592) is unknown color: approx Blue Chill. HEX triplet: 41, 95 and 92. RGB value is (65,149,146). Sum of RGB (Red+Green+Blue) = 65+149+146=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #419592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419592 is #BE6A6D. Grayscale: #7B7B7B. Windows color (decimal): -12479086 or 9606465. OLE color: 9606465.

HSL color Cylindrical-coordinate representation of color #419592: hue angle of 177.86º 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 #419592 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB65149146-
CMYK0.5600.020.42
HSL177.86º39.25%41.96%-
HSV(B)177.86º56.38%58.43%-
XYZ18.1224.6931.01-
YUV123.54140.6786.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=18.06%
G=41.39%
B=40.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491460.5600.020.42177.8639.2541.96
Hex41959238022Ab2272a
Octal1012252227002522624752
Binary1000001100101011001001011100001010101010110010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419592; }

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

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

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

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

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

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

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

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