#469296

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

Shades of Blue Chill #469296

Tints of Blue Chill #469296

Color information

#469296 (or 0x469296) is unknown color: approx Blue Chill. HEX triplet: 46, 92 and 96. RGB value is (70,146,150). Sum of RGB (Red+Green+Blue) = 70+146+150=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #469296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469296 is #B96D69. Grayscale: #7B7B7B. Windows color (decimal): -12152170 or 9867846. OLE color: 9867846.

HSL color Cylindrical-coordinate representation of color #469296: hue angle of 183º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469296 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB70146150-
CMYK0.530.0300.41
HSL183º36.36%43.14%-
HSV(B)183º53.33%58.82%-
XYZ18.3124.0632.53-
YUV123.73142.8289.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 150 (58.98% from 255) = 40.98%
R=19.13%
G=39.89%
B=40.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701461500.530.0300.4118336.3643.14
Hex469296353029b7242b
Octal1062222266530512674453
Binary1000110100100101001011011010111010100110110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469296; }

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

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

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

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

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

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

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

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