#704E9A

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

Shades of Studio #704E9A

Tints of Studio #704E9A

Color information

#704E9A (or 0x704E9A) is unknown color: approx Studio. HEX triplet: 70, 4E and 9A. RGB value is (112,78,154). Sum of RGB (Red+Green+Blue) = 112+78+154=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #704E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E9A is #8FB165. Grayscale: #606060. Windows color (decimal): -9417062 or 10112624. OLE color: 10112624.

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

Color convert

RGB11278154-
CMYK0.270.4900.40
HSL266.84º32.76%45.49%-
HSV(B)266.84º49.35%60.39%-
XYZ15.2411.2331.94-
YUV96.83160.26138.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=32.56%
G=22.67%
B=44.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112781540.270.4900.40266.8432.7645.49
Hex704E9A1B3102810b212d
Octal16011623233610504134155
Binary1110000100111010011010110111100010101000100001011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704E9A; }

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

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

<style>
 a { background-color: #704E9A; }

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

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

<style>
 span { border-color: #704E9A; }

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

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