#469595

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

Shades of Blue Chill #469595

Tints of Blue Chill #469595

Color information

#469595 (or 0x469595) is unknown color: approx Blue Chill. HEX triplet: 46, 95 and 95. RGB value is (70,149,149). Sum of RGB (Red+Green+Blue) = 70+149+149=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #469595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469595 is #B96A6A. Grayscale: #7D7D7D. Windows color (decimal): -12151403 or 9803078. OLE color: 9803078.

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

Color convert

RGB70149149-
CMYK0.53000.42
HSL180º36.07%42.94%-
HSV(B)180º53.02%58.43%-
XYZ18.724.9732.27-
YUV125.38141.3388.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=19.02%
G=40.49%
B=40.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491490.53000.4218036.0742.94
Hex46959535002Ab4242b
Octal1062252256500522644453
Binary100011010010101100101011101010010101010110100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469595; }

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

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

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

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

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

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

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

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