#704BAE

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

Shades of Studio #704BAE

Tints of Studio #704BAE

Color information

#704BAE (or 0x704BAE) is unknown color: approx Studio. HEX triplet: 70, 4B and AE. RGB value is (112,75,174). Sum of RGB (Red+Green+Blue) = 112+75+174=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #704BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAE is #8FB451. Grayscale: #606060. Windows color (decimal): -9417810 or 11422576. OLE color: 11422576.

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

Color convert

RGB11275174-
CMYK0.360.5700.32
HSL262.42º39.76%48.82%-
HSV(B)262.42º56.9%68.24%-
XYZ16.8411.5341.38-
YUV97.35171.26138.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.02%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=31.02%
G=20.78%
B=48.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112751740.360.5700.32262.4239.7648.82
Hex704BAE24390201062831
Octal16011325644710404065061
Binary11100001001011101011101001001110010100000100000110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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