#469991

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

Shades of Blue Chill #469991

Tints of Blue Chill #469991

Color information

#469991 (or 0x469991) is unknown color: approx Blue Chill. HEX triplet: 46, 99 and 91. RGB value is (70,153,145). Sum of RGB (Red+Green+Blue) = 70+153+145=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #469991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469991 is #B9666E. Grayscale: #7F7F7F. Windows color (decimal): -12150383 or 9541958. OLE color: 9541958.

HSL color Cylindrical-coordinate representation of color #469991: hue angle of 174.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469991 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB70153145-
CMYK0.5400.050.4
HSL174.22º37.22%43.73%-
HSV(B)174.22º54.25%60%-
XYZ19.0326.1330.83-
YUV127.2713887.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=19.02%
G=41.58%
B=39.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531450.5400.050.4174.2237.2243.73
Hex469991360528ae252c
Octal1062312216605502564554
Binary10001101001100110010001110110010110100010101110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469991; }

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

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

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

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

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

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

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

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