#46959A

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

Shades of Blue Chill #46959A

Tints of Blue Chill #46959A

Color information

#46959A (or 0x46959A) is unknown color: approx Blue Chill. HEX triplet: 46, 95 and 9A. RGB value is (70,149,154). Sum of RGB (Red+Green+Blue) = 70+149+154=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #46959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46959A is #B96A65. Grayscale: #7D7D7D. Windows color (decimal): -12151398 or 10130758. OLE color: 10130758.

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

Color convert

RGB70149154-
CMYK0.550.0300.40
HSL183.57º37.5%43.92%-
HSV(B)183.57º54.55%60.39%-
XYZ19.1125.1334.42-
YUV125.95143.8388.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.77%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=18.77%
G=39.95%
B=41.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701491540.550.0300.40183.5737.543.92
Hex46959A373028b8252c
Octal1062252326730502704554
Binary1000110100101011001101011011111010100010111000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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