#704E9C

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

Shades of Studio #704E9C

Tints of Studio #704E9C

Color information

#704E9C (or 0x704E9C) is unknown color: approx Studio. HEX triplet: 70, 4E and 9C. RGB value is (112,78,156). Sum of RGB (Red+Green+Blue) = 112+78+156=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #704E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E9C is #8FB163. Grayscale: #606060. Windows color (decimal): -9417060 or 10243696. OLE color: 10243696.

HSL color Cylindrical-coordinate representation of color #704E9C: hue angle of 266.15º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704E9C is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11278156-
CMYK0.280.500.39
HSL266.15º33.33%45.88%-
HSV(B)266.15º50%61.18%-
XYZ15.4111.2932.82-
YUV97.06161.26138.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 78 (30.86% from 255) = 22.54%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=32.37%
G=22.54%
B=45.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112781560.280.500.39266.1533.3345.88
Hex704E9C1C3202710a212e
Octal16011623434620474124156
Binary1110000100111010011100111001100100100111100001010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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