#704BAC

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

Shades of Studio #704BAC

Tints of Studio #704BAC

Color information

#704BAC (or 0x704BAC) is unknown color: approx Studio. HEX triplet: 70, 4B and AC. RGB value is (112,75,172). Sum of RGB (Red+Green+Blue) = 112+75+172=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #704BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAC is #8FB453. Grayscale: #606060. Windows color (decimal): -9417812 or 11291504. OLE color: 11291504.

HSL color Cylindrical-coordinate representation of color #704BAC: hue angle of 262.89º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704BAC is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11275172-
CMYK0.350.5600.33
HSL262.89º39.27%48.43%-
HSV(B)262.89º56.4%67.45%-
XYZ16.6411.4640.36-
YUV97.12170.26138.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=31.20%
G=20.89%
B=47.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112751720.350.5600.33262.8939.2748.43
Hex704BAC23380211072730
Octal16011325443700414074760
Binary11100001001011101011001000111110000100001100000111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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