#46999D

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

Shades of Blue Chill #46999D

Tints of Blue Chill #46999D

Color information

#46999D (or 0x46999D) is unknown color: approx Blue Chill. HEX triplet: 46, 99 and 9D. RGB value is (70,153,157). Sum of RGB (Red+Green+Blue) = 70+153+157=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #46999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46999D is #B96662. Grayscale: #808080. Windows color (decimal): -12150371 or 10328390. OLE color: 10328390.

HSL color Cylindrical-coordinate representation of color #46999D: hue angle of 182.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46999D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70153157-
CMYK0.550.0300.38
HSL182.76º38.33%44.51%-
HSV(B)182.76º55.41%61.57%-
XYZ2026.5235.96-
YUV128.6414486.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=18.42%
G=40.26%
B=41.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701531570.550.0300.38182.7638.3344.51
Hex46999D373026b7262d
Octal1062312356730462674655
Binary1000110100110011001110111011111010011010110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,153,157); }

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

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

 a { background-color: rgb(70,153,157); }

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

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

 span { border-color: rgb(70,153,157); }

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