#46989B

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

Shades of Blue Chill #46989B

Tints of Blue Chill #46989B

Color information

#46989B (or 0x46989B) is unknown color: approx Blue Chill. HEX triplet: 46, 98 and 9B. RGB value is (70,152,155). Sum of RGB (Red+Green+Blue) = 70+152+155=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #46989B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46989B is #B96764. Grayscale: #7F7F7F. Windows color (decimal): -12150629 or 10197062. OLE color: 10197062.

HSL color Cylindrical-coordinate representation of color #46989B: hue angle of 182.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46989B is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70152155-
CMYK0.550.0200.39
HSL182.12º37.78%44.12%-
HSV(B)182.12º54.84%60.78%-
XYZ19.6726.1335.02-
YUV127.82143.3386.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=18.57%
G=40.32%
B=41.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701521550.550.0200.39182.1237.7844.12
Hex46989B372027b6262c
Octal1062302336720472664654
Binary1000110100110001001101111011110010011110110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46989B; }

 p { color: rgb(70,152,155); }

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

<style>
 a { background-color: #46989B; }

 a { background-color: rgb(70,152,155); }

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

<style>
 span { border-color: #46989B; }

 span { border-color: rgb(70,152,155); }

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