#469591

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

Shades of Blue Chill #469591

Tints of Blue Chill #469591

Color information

#469591 (or 0x469591) is unknown color: approx Blue Chill. HEX triplet: 46, 95 and 91. RGB value is (70,149,145). Sum of RGB (Red+Green+Blue) = 70+149+145=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #469591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469591 is #B96A6E. Grayscale: #7C7C7C. Windows color (decimal): -12151407 or 9540934. OLE color: 9540934.

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

Color convert

RGB70149145-
CMYK0.5300.030.42
HSL176.96º36.07%42.94%-
HSV(B)176.96º53.02%58.43%-
XYZ18.3824.8430.61-
YUV124.92139.3388.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=19.23%
G=40.93%
B=39.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491450.5300.030.42176.9636.0742.94
Hex46959135032Ab1242b
Octal1062252216503522614453
Binary1000110100101011001000111010101110101010110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469591; }

 p { color: rgb(70,149,145); }

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

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

 a { background-color: rgb(70,149,145); }

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

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

 span { border-color: rgb(70,149,145); }

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