#469999

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

Shades of Blue Chill #469999

Tints of Blue Chill #469999

Color information

#469999 (or 0x469999) is unknown color: approx Blue Chill. HEX triplet: 46, 99 and 99. RGB value is (70,153,153). Sum of RGB (Red+Green+Blue) = 70+153+153=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #469999 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469999 is #B96666. Grayscale: #808080. Windows color (decimal): -12150375 or 10066246. OLE color: 10066246.

HSL color Cylindrical-coordinate representation of color #469999: hue angle of 180º 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 #469999 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70153153-
CMYK0.54000.4
HSL180º37.22%43.73%-
HSV(B)180º54.25%60%-
XYZ19.6726.3834.19-
YUV128.1814286.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=18.62%
G=40.69%
B=40.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531530.54000.418037.2243.73
Hex469999360028b4252c
Octal1062312316600502644554
Binary100011010011001100110011101100010100010110100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469999; }

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

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

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

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

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

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

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

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