#46979A

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

Shades of Blue Chill #46979A

Tints of Blue Chill #46979A

Color information

#46979A (or 0x46979A) is unknown color: approx Blue Chill. HEX triplet: 46, 97 and 9A. RGB value is (70,151,154). Sum of RGB (Red+Green+Blue) = 70+151+154=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #46979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46979A is #B96865. Grayscale: #7F7F7F. Windows color (decimal): -12150886 or 10131270. OLE color: 10131270.

HSL color Cylindrical-coordinate representation of color #46979A: hue angle of 182.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46979A is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70151154-
CMYK0.550.0200.40
HSL182.14º37.5%43.92%-
HSV(B)182.14º54.55%60.39%-
XYZ19.4325.7734.52-
YUV127.12143.1687.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=18.67%
G=40.27%
B=41.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701511540.550.0200.40182.1437.543.92
Hex46979A372028b6252c
Octal1062272326720502664554
Binary1000110100101111001101011011110010100010110110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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