#46928C

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

Shades of Blue Chill #46928C

Tints of Blue Chill #46928C

Color information

#46928C (or 0x46928C) is unknown color: approx Blue Chill. HEX triplet: 46, 92 and 8C. RGB value is (70,146,140). Sum of RGB (Red+Green+Blue) = 70+146+140=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 146 - color contains mainly: green. Hex color #46928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46928C is #B96D73. Grayscale: #7A7A7A. Windows color (decimal): -12152180 or 9212486. OLE color: 9212486.

HSL color Cylindrical-coordinate representation of color #46928C: hue angle of 175.26º 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 #46928C is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB70146140-
CMYK0.5200.040.43
HSL175.26º35.19%42.35%-
HSV(B)175.26º52.05%57.25%-
XYZ17.5423.7528.47-
YUV122.59137.8290.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=19.66%
G=41.01%
B=39.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461400.5200.040.43175.2635.1942.35
Hex46928C34042Baf232a
Octal1062222146404532574352
Binary10001101001001010001100110100010010101110101111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46928C; }

 p { color: rgb(70,146,140); }

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

<style>
 a { background-color: #46928C; }

 a { background-color: rgb(70,146,140); }

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

<style>
 span { border-color: #46928C; }

 span { border-color: rgb(70,146,140); }

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