#46969B

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

Shades of Blue Chill #46969B

Tints of Blue Chill #46969B

Color information

#46969B (or 0x46969B) is unknown color: approx Blue Chill. HEX triplet: 46, 96 and 9B. RGB value is (70,150,155). Sum of RGB (Red+Green+Blue) = 70+150+155=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #46969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46969B is #B96964. Grayscale: #7E7E7E. Windows color (decimal): -12151141 or 10196550. OLE color: 10196550.

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

Color convert

RGB70150155-
CMYK0.550.0300.39
HSL183.53º37.78%44.12%-
HSV(B)183.53º54.84%60.78%-
XYZ19.3525.4834.91-
YUV126.6514487.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=18.67%
G=40%
B=41.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701501550.550.0300.39183.5337.7844.12
Hex46969B373027b8262c
Octal1062262336730472704654
Binary1000110100101101001101111011111010011110111000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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