#46918D

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

Shades of Blue Chill #46918D

Tints of Blue Chill #46918D

Color information

#46918D (or 0x46918D) is unknown color: approx Blue Chill. HEX triplet: 46, 91 and 8D. RGB value is (70,145,141). Sum of RGB (Red+Green+Blue) = 70+145+141=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #46918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46918D is #B96E72. Grayscale: #7A7A7A. Windows color (decimal): -12152435 or 9277766. OLE color: 9277766.

HSL color Cylindrical-coordinate representation of color #46918D: hue angle of 176.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46918D is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB70145141-
CMYK0.5200.030.43
HSL176.8º34.88%42.16%-
HSV(B)176.8º51.72%56.86%-
XYZ17.4623.4828.81-
YUV122.12138.6590.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=19.66%
G=40.73%
B=39.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451410.5200.030.43176.834.8842.16
Hex46918D34032Bb1232a
Octal1062212156403532614352
Binary1000110100100011000110111010001110101110110001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,145,141); }

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

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

 a { background-color: rgb(70,145,141); }

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

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

 span { border-color: rgb(70,145,141); }

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