#70499C

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

Shades of Studio #70499C

Tints of Studio #70499C

Color information

#70499C (or 0x70499C) is unknown color: approx Studio. HEX triplet: 70, 49 and 9C. RGB value is (112,73,156). Sum of RGB (Red+Green+Blue) = 112+73+156=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #70499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70499C is #8FB663. Grayscale: #5D5D5D. Windows color (decimal): -9418340 or 10242416. OLE color: 10242416.

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

Color convert

RGB11273156-
CMYK0.280.5300.39
HSL268.19º36.24%44.9%-
HSV(B)268.19º53.21%61.18%-
XYZ15.0710.6132.71-
YUV94.12162.92140.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=32.84%
G=21.41%
B=45.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112731560.280.5300.39268.1936.2444.9
Hex70499C1C3502710c242d
Octal16011123434650474144455
Binary1110000100100110011100111001101010100111100001100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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