#469291

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

Shades of Blue Chill #469291

Tints of Blue Chill #469291

Color information

#469291 (or 0x469291) is unknown color: approx Blue Chill. HEX triplet: 46, 92 and 91. RGB value is (70,146,145). Sum of RGB (Red+Green+Blue) = 70+146+145=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #469291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469291 is #B96D6E. Grayscale: #7B7B7B. Windows color (decimal): -12152175 or 9540166. OLE color: 9540166.

HSL color Cylindrical-coordinate representation of color #469291: hue angle of 179.21º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469291 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB70146145-
CMYK0.5200.010.43
HSL179.21º35.19%42.35%-
HSV(B)179.21º52.05%57.25%-
XYZ17.9223.930.46-
YUV123.16140.3290.08-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.39%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=19.39%
G=40.44%
B=40.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461450.5200.010.43179.2135.1942.35
Hex46929134012Bb3232a
Octal1062222216401532634352
Binary100011010010010100100011101000110101110110011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469291; }

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

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

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

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

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

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

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

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