#704BB4

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

Shades of Studio #704BB4

Tints of Studio #704BB4

Color information

#704BB4 (or 0x704BB4) is unknown color: approx Studio. HEX triplet: 70, 4B and B4. RGB value is (112,75,180). Sum of RGB (Red+Green+Blue) = 112+75+180=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #704BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704BB4 is #8FB44B. Grayscale: #616161. Windows color (decimal): -9417804 or 11815792. OLE color: 11815792.

HSL color Cylindrical-coordinate representation of color #704BB4: hue angle of 261.14º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #704BB4 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11275180-
CMYK0.380.5800.29
HSL261.14º41.18%50%-
HSV(B)261.14º58.33%70.59%-
XYZ17.4411.7744.53-
YUV98.03174.26137.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=30.52%
G=20.44%
B=49.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112751800.380.5800.29261.1441.1850
Hex704BB4263A01D1052932
Octal16011326446720354055162
Binary1110000100101110110100100110111010011101100000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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