#70549A

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

Shades of Studio #70549A

Tints of Studio #70549A

Color information

#70549A (or 0x70549A) is unknown color: approx Studio. HEX triplet: 70, 54 and 9A. RGB value is (112,84,154). Sum of RGB (Red+Green+Blue) = 112+84+154=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #70549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70549A is #8FAB65. Grayscale: #646464. Windows color (decimal): -9415526 or 10114160. OLE color: 10114160.

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

Color convert

RGB11284154-
CMYK0.270.4500.40
HSL264º29.41%46.67%-
HSV(B)264º45.45%60.39%-
XYZ15.6912.1232.08-
YUV100.35158.28136.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 154 (60.55% from 255) = 44%
R=32%
G=24%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112841540.270.4500.4026429.4146.67
Hex70549A1B2D0281081d2f
Octal16012423233550504103557
Binary111000010101001001101011011101101010100010000100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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