#46888C

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

Shades of Blue Chill #46888C

Tints of Blue Chill #46888C

Color information

#46888C (or 0x46888C) is unknown color: approx Blue Chill. HEX triplet: 46, 88 and 8C. RGB value is (70,136,140). Sum of RGB (Red+Green+Blue) = 70+136+140=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #46888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46888C is #B97773. Grayscale: #747474. Windows color (decimal): -12154740 or 9209926. OLE color: 9209926.

HSL color Cylindrical-coordinate representation of color #46888C: hue angle of 183.43º degrees, saturation: 0.33, 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 #46888C is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70136140-
CMYK0.500.0300.45
HSL183.43º33.33%41.18%-
HSV(B)183.43º50%54.9%-
XYZ16.0620.827.98-
YUV116.72141.1394.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=20.23%
G=39.31%
B=40.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701361400.500.0300.45183.4333.3341.18
Hex46888C32302Db72129
Octal1062102146230552674151
Binary1000110100010001000110011001011010110110110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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