#46959B

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

Shades of Blue Chill #46959B

Tints of Blue Chill #46959B

Color information

#46959B (or 0x46959B) is unknown color: approx Blue Chill. HEX triplet: 46, 95 and 9B. RGB value is (70,149,155). Sum of RGB (Red+Green+Blue) = 70+149+155=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #46959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46959B is #B96A64. Grayscale: #7D7D7D. Windows color (decimal): -12151397 or 10196294. OLE color: 10196294.

HSL color Cylindrical-coordinate representation of color #46959B: hue angle of 184.24º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46959B is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70149155-
CMYK0.550.0400.39
HSL184.24º37.78%44.12%-
HSV(B)184.24º54.84%60.78%-
XYZ19.1925.1634.86-
YUV126.06144.3388.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 149 (58.59% from 255) = 39.84%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=18.72%
G=39.84%
B=41.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701491550.550.0400.39184.2437.7844.12
Hex46959B374027b8262c
Octal1062252336740472704654
Binary10001101001010110011011110111100010011110111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,149,155); }

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

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

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

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

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

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

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