#46969A

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

Shades of Blue Chill #46969A

Tints of Blue Chill #46969A

Color information

#46969A (or 0x46969A) is unknown color: approx Blue Chill. HEX triplet: 46, 96 and 9A. RGB value is (70,150,154). Sum of RGB (Red+Green+Blue) = 70+150+154=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #46969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46969A is #B96965. Grayscale: #7E7E7E. Windows color (decimal): -12151142 or 10131014. OLE color: 10131014.

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

Color convert

RGB70150154-
CMYK0.550.0300.40
HSL182.86º37.5%43.92%-
HSV(B)182.86º54.55%60.39%-
XYZ19.2625.4534.47-
YUV126.54143.587.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.72%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=18.72%
G=40.11%
B=41.18%

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
Decimal701501540.550.0300.40182.8637.543.92
Hex46969A373028b7252c
Octal1062262326730502674554
Binary1000110100101101001101011011111010100010110111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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