#704992

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

Shades of Studio #704992

Tints of Studio #704992

Color information

#704992 (or 0x704992) is unknown color: approx Studio. HEX triplet: 70, 49 and 92. RGB value is (112,73,146). Sum of RGB (Red+Green+Blue) = 112+73+146=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #704992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704992 is #8FB66D. Grayscale: #5C5C5C. Windows color (decimal): -9418350 or 9587056. OLE color: 9587056.

HSL color Cylindrical-coordinate representation of color #704992: hue angle of 272.05º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #704992 is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11273146-
CMYK0.230.500.43
HSL272.05º33.33%42.94%-
HSV(B)272.05º50%57.25%-
XYZ14.2510.2928.43-
YUV92.98157.92141.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=33.84%
G=22.05%
B=44.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112731460.230.500.43272.0533.3342.94
Hex704992173202B110212b
Octal16011122227620534204153
Binary1110000100100110010010101111100100101011100010000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704992; }

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

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

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

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

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

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

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

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