#46969E

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

Shades of Blue Chill #46969E

Tints of Blue Chill #46969E

Color information

#46969E (or 0x46969E) is unknown color: approx Blue Chill. HEX triplet: 46, 96 and 9E. RGB value is (70,150,158). Sum of RGB (Red+Green+Blue) = 70+150+158=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #46969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46969E is #B96961. Grayscale: #7E7E7E. Windows color (decimal): -12151138 or 10393158. OLE color: 10393158.

HSL color Cylindrical-coordinate representation of color #46969E: hue angle of 185.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46969E is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB70150158-
CMYK0.560.0500.38
HSL185.45º38.6%44.71%-
HSV(B)185.45º55.7%61.96%-
XYZ19.625.5836.25-
YUV126.99145.587.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=18.52%
G=39.68%
B=41.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal701501580.560.0500.38185.4538.644.71
Hex46969E385026b9272d
Octal1062262367050462714755
Binary10001101001011010011110111000101010011010111001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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