#46979B

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

Shades of Blue Chill #46979B

Tints of Blue Chill #46979B

Color information

#46979B (or 0x46979B) is unknown color: approx Blue Chill. HEX triplet: 46, 97 and 9B. RGB value is (70,151,155). Sum of RGB (Red+Green+Blue) = 70+151+155=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #46979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46979B is #B96864. Grayscale: #7F7F7F. Windows color (decimal): -12150885 or 10196806. OLE color: 10196806.

HSL color Cylindrical-coordinate representation of color #46979B: hue angle of 182.82º 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 #46979B is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70151155-
CMYK0.550.0300.39
HSL182.82º37.78%44.12%-
HSV(B)182.82º54.84%60.78%-
XYZ19.5125.834.96-
YUV127.24143.6687.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.62%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=18.62%
G=40.16%
B=41.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701511550.550.0300.39182.8237.7844.12
Hex46979B373027b7262c
Octal1062272336730472674654
Binary1000110100101111001101111011111010011110110111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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