#469594

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

Shades of Blue Chill #469594

Tints of Blue Chill #469594

Color information

#469594 (or 0x469594) is unknown color: approx Blue Chill. HEX triplet: 46, 95 and 94. RGB value is (70,149,148). Sum of RGB (Red+Green+Blue) = 70+149+148=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #469594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469594 is #B96A6B. Grayscale: #7D7D7D. Windows color (decimal): -12151404 or 9737542. OLE color: 9737542.

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

Color convert

RGB70149148-
CMYK0.5300.010.42
HSL179.24º36.07%42.94%-
HSV(B)179.24º53.02%58.43%-
XYZ18.6224.9431.85-
YUV125.26140.8388.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=19.07%
G=40.60%
B=40.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491480.5300.010.42179.2436.0742.94
Hex46959435012Ab3242b
Octal1062252246501522634453
Binary100011010010101100101001101010110101010110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469594; }

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

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

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

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

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

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

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

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