#46888D

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

Shades of Blue Chill #46888D

Tints of Blue Chill #46888D

Color information

#46888D (or 0x46888D) is unknown color: approx Blue Chill. HEX triplet: 46, 88 and 8D. RGB value is (70,136,141). Sum of RGB (Red+Green+Blue) = 70+136+141=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #46888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46888D is #B97772. Grayscale: #747474. Windows color (decimal): -12154739 or 9275462. OLE color: 9275462.

HSL color Cylindrical-coordinate representation of color #46888D: hue angle of 184.23º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46888D is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70136141-
CMYK0.500.0400.45
HSL184.23º33.65%41.37%-
HSV(B)184.23º50.35%55.29%-
XYZ16.1420.8328.37-
YUV116.84141.6394.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=20.17%
G=39.19%
B=40.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701361410.500.0400.45184.2333.6541.37
Hex46888D32402Db82229
Octal1062102156240552704251
Binary10001101000100010001101110010100010110110111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46888D; }

 p { color: rgb(70,136,141); }

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

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

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

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

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

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

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