#469395

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

Shades of Blue Chill #469395

Tints of Blue Chill #469395

Color information

#469395 (or 0x469395) is unknown color: approx Blue Chill. HEX triplet: 46, 93 and 95. RGB value is (70,147,149). Sum of RGB (Red+Green+Blue) = 70+147+149=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #469395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469395 is #B96C6A. Grayscale: #7C7C7C. Windows color (decimal): -12151915 or 9802566. OLE color: 9802566.

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

Color convert

RGB70147149-
CMYK0.530.0100.42
HSL181.52º36.07%42.94%-
HSV(B)181.52º53.02%58.43%-
XYZ18.3824.3432.16-
YUV124.2141.9989.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=19.13%
G=40.16%
B=40.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471490.530.0100.42181.5236.0742.94
Hex46939535102Ab6242b
Octal1062232256510522664453
Binary100011010010011100101011101011010101010110110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469395; }

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

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

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

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

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

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

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

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