#469690

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

Shades of Blue Chill #469690

Tints of Blue Chill #469690

Color information

#469690 (or 0x469690) is unknown color: approx Blue Chill. HEX triplet: 46, 96 and 90. RGB value is (70,150,144). Sum of RGB (Red+Green+Blue) = 70+150+144=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #469690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469690 is #B9696F. Grayscale: #7D7D7D. Windows color (decimal): -12151152 or 9475654. OLE color: 9475654.

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

Color convert

RGB70150144-
CMYK0.5300.040.41
HSL175.5º36.36%43.14%-
HSV(B)175.5º53.33%58.82%-
XYZ18.4725.1330.26-
YUV125.4138.588.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.23%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=19.23%
G=41.21%
B=39.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501440.5300.040.41175.536.3643.14
Hex469690350429b0242b
Octal1062262206504512604453
Binary10001101001011010010000110101010010100110110000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469690; }

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

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

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

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

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

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

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

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