#46949A

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

Shades of Blue Chill #46949A

Tints of Blue Chill #46949A

Color information

#46949A (or 0x46949A) is unknown color: approx Blue Chill. HEX triplet: 46, 94 and 9A. RGB value is (70,148,154). Sum of RGB (Red+Green+Blue) = 70+148+154=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #46949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46949A is #B96B65. Grayscale: #7D7D7D. Windows color (decimal): -12151654 or 10130502. OLE color: 10130502.

HSL color Cylindrical-coordinate representation of color #46949A: hue angle of 184.29º 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 #46949A is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB70148154-
CMYK0.550.0400.40
HSL184.29º37.5%43.92%-
HSV(B)184.29º54.55%60.39%-
XYZ18.9524.8134.36-
YUV125.36144.1688.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.82%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=18.82%
G=39.78%
B=41.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701481540.550.0400.40184.2937.543.92
Hex46949A374028b8252c
Octal1062242326740502704554
Binary10001101001010010011010110111100010100010111000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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