#46898B

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

Shades of Blue Chill #46898B

Tints of Blue Chill #46898B

Color information

#46898B (or 0x46898B) is unknown color: approx Blue Chill. HEX triplet: 46, 89 and 8B. RGB value is (70,137,139). Sum of RGB (Red+Green+Blue) = 70+137+139=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #46898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46898B is #B97674. Grayscale: #757575. Windows color (decimal): -12154485 or 9144646. OLE color: 9144646.

HSL color Cylindrical-coordinate representation of color #46898B: hue angle of 181.74º 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 #46898B is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB70137139-
CMYK0.500.0100.45
HSL181.74º33.01%40.98%-
HSV(B)181.74º49.64%54.51%-
XYZ16.1321.0627.64-
YUV117.2140.394.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 137 (53.91% from 255) = 39.60%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=20.23%
G=39.60%
B=40.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701371390.500.0100.45181.7433.0140.98
Hex46898B32102Db62129
Octal1062112136210552664151
Binary100011010001001100010111100101010110110110110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46898B; }

 p { color: rgb(70,137,139); }

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

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

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

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

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

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

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