#70499A

Color #70499A Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #70499A

Tints of Studio #70499A

Color information

#70499A (or 0x70499A) is unknown color: approx Studio. HEX triplet: 70, 49 and 9A. RGB value is (112,73,154). Sum of RGB (Red+Green+Blue) = 112+73+154=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #70499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70499A is #8FB665. Grayscale: #5D5D5D. Windows color (decimal): -9418342 or 10111344. OLE color: 10111344.

HSL color Cylindrical-coordinate representation of color #70499A: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70499A is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11273154-
CMYK0.270.5300.40
HSL268.89º35.68%44.51%-
HSV(B)268.89º52.6%60.39%-
XYZ14.910.5431.82-
YUV93.9161.92140.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=33.04%
G=21.53%
B=45.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112731540.270.5300.40268.8935.6844.51
Hex70499A1B3502810d242d
Octal16011123233650504154455
Binary1110000100100110011010110111101010101000100001101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70499A; }

 p { color: rgb(112,73,154); }

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

<style>
 a { background-color: #70499A; }

 a { background-color: rgb(112,73,154); }

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

<style>
 span { border-color: #70499A; }

 span { border-color: rgb(112,73,154); }

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