#704BA4

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

Shades of Studio #704BA4

Tints of Studio #704BA4

Color information

#704BA4 (or 0x704BA4) is unknown color: approx Studio. HEX triplet: 70, 4B and A4. RGB value is (112,75,164). Sum of RGB (Red+Green+Blue) = 112+75+164=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #704BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BA4 is #8FB45B. Grayscale: #5F5F5F. Windows color (decimal): -9417820 or 10767216. OLE color: 10767216.

HSL color Cylindrical-coordinate representation of color #704BA4: hue angle of 264.94º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704BA4 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11275164-
CMYK0.320.5400.36
HSL264.94º37.24%46.86%-
HSV(B)264.94º54.27%64.31%-
XYZ15.911.1636.44-
YUV96.21166.26139.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 75 (29.69% from 255) = 21.37%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=31.91%
G=21.37%
B=46.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112751640.320.5400.36264.9437.2446.86
Hex704BA42036024109252f
Octal16011324440660444114557
Binary11100001001011101001001000001101100100100100001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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