#469092

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

Shades of Blue Chill #469092

Tints of Blue Chill #469092

Color information

#469092 (or 0x469092) is unknown color: approx Blue Chill. HEX triplet: 46, 90 and 92. RGB value is (70,144,146). Sum of RGB (Red+Green+Blue) = 70+144+146=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #469092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469092 is #B96F6D. Grayscale: #7A7A7A. Windows color (decimal): -12152686 or 9605190. OLE color: 9605190.

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

Color convert

RGB70144146-
CMYK0.520.0100.43
HSL181.58º35.19%42.35%-
HSV(B)181.58º52.05%57.25%-
XYZ17.6923.3230.76-
YUV122.1141.4890.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.44%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=19.44%
G=40%
B=40.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701441460.520.0100.43181.5835.1942.35
Hex46909234102Bb6232a
Octal1062202226410532664352
Binary100011010010000100100101101001010101110110110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469092; }

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

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

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

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

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

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

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

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