#46979D

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

Shades of Blue Chill #46979D

Tints of Blue Chill #46979D

Color information

#46979D (or 0x46979D) is unknown color: approx Blue Chill. HEX triplet: 46, 97 and 9D. RGB value is (70,151,157). Sum of RGB (Red+Green+Blue) = 70+151+157=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #46979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46979D is #B96862. Grayscale: #7F7F7F. Windows color (decimal): -12150883 or 10327878. OLE color: 10327878.

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

Color convert

RGB70151157-
CMYK0.550.0400.38
HSL184.14º38.33%44.51%-
HSV(B)184.14º55.41%61.57%-
XYZ19.6825.8735.85-
YUV127.46144.6687.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=18.52%
G=39.95%
B=41.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701511570.550.0400.38184.1438.3344.51
Hex46979D374026b8262d
Octal1062272356740462704655
Binary10001101001011110011101110111100010011010111000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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