#704CA4

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

Shades of Studio #704CA4

Tints of Studio #704CA4

Color information

#704CA4 (or 0x704CA4) is unknown color: approx Studio. HEX triplet: 70, 4C and A4. RGB value is (112,76,164). Sum of RGB (Red+Green+Blue) = 112+76+164=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 164 (64.45% from 255 or 46.59% from 352); Max value from RGB is 164 - color contains mainly: blue. Hex color #704CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CA4 is #8FB35B. Grayscale: #606060. Windows color (decimal): -9417564 or 10767472. OLE color: 10767472.

HSL color Cylindrical-coordinate representation of color #704CA4: hue angle of 264.55º 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 #704CA4 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11276164-
CMYK0.320.5400.36
HSL264.55º36.67%47.06%-
HSV(B)264.55º53.66%64.31%-
XYZ15.9711.2936.46-
YUV96.8165.93138.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 164 (64.45% from 255) = 46.59%
R=31.82%
G=21.59%
B=46.59%

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
Decimal112761640.320.5400.36264.5536.6747.06
Hex704CA42036024109252f
Octal16011424440660444114557
Binary11100001001100101001001000001101100100100100001001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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