#704E99

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

Shades of Studio #704E99

Tints of Studio #704E99

Color information

#704E99 (or 0x704E99) is unknown color: approx Studio. HEX triplet: 70, 4E and 99. RGB value is (112,78,153). Sum of RGB (Red+Green+Blue) = 112+78+153=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #704E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E99 is #8FB166. Grayscale: #606060. Windows color (decimal): -9417063 or 10047088. OLE color: 10047088.

HSL color Cylindrical-coordinate representation of color #704E99: hue angle of 267.2º degrees, saturation: 0.32, 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 #704E99 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11278153-
CMYK0.270.4900.4
HSL267.2º32.47%45.29%-
HSV(B)267.2º49.02%60%-
XYZ15.1611.1931.5-
YUV96.72159.76138.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=32.65%
G=22.74%
B=44.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112781530.270.4900.4267.232.4745.29
Hex704E991B3102810b202d
Octal16011623133610504134055
Binary1110000100111010011001110111100010101000100001011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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