#704E90

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

Shades of Studio #704E90

Tints of Studio #704E90

Color information

#704E90 (or 0x704E90) is unknown color: approx Studio. HEX triplet: 70, 4E and 90. RGB value is (112,78,144). Sum of RGB (Red+Green+Blue) = 112+78+144=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #704E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E90 is #8FB16F. Grayscale: #5F5F5F. Windows color (decimal): -9417072 or 9457264. OLE color: 9457264.

HSL color Cylindrical-coordinate representation of color #704E90: hue angle of 270.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704E90 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11278144-
CMYK0.220.4600.44
HSL270.91º29.73%43.53%-
HSV(B)270.91º45.83%56.47%-
XYZ14.4410.9127.73-
YUV95.69155.26139.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=33.53%
G=23.35%
B=43.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112781440.220.4600.44270.9129.7343.53
Hex704E90162E02C10f1e2c
Octal16011622026560544173654
Binary111000010011101001000010110101110010110010000111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,144); }

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

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

 a { background-color: rgb(112,78,144); }

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

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

 span { border-color: rgb(112,78,144); }

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