#704FAE

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

Shades of Studio #704FAE

Tints of Studio #704FAE

Color information

#704FAE (or 0x704FAE) is unknown color: approx Studio. HEX triplet: 70, 4F and AE. RGB value is (112,79,174). Sum of RGB (Red+Green+Blue) = 112+79+174=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #704FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FAE is #8FB051. Grayscale: #636363. Windows color (decimal): -9416786 or 11423600. OLE color: 11423600.

HSL color Cylindrical-coordinate representation of color #704FAE: hue angle of 260.84º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704FAE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11279174-
CMYK0.360.5500.32
HSL260.84º37.55%49.61%-
HSV(B)260.84º54.6%68.24%-
XYZ17.1212.0941.48-
YUV99.7169.93136.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 79 (31.25% from 255) = 21.64%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=30.68%
G=21.64%
B=47.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112791740.360.5500.32260.8437.5549.61
Hex704FAE24370201052632
Octal16011725644670404054662
Binary11100001001111101011101001001101110100000100000101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,79,174); }

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

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

 a { background-color: rgb(112,79,174); }

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

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

 span { border-color: rgb(112,79,174); }

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