#704E95

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

Shades of Studio #704E95

Tints of Studio #704E95

Color information

#704E95 (or 0x704E95) is unknown color: approx Studio. HEX triplet: 70, 4E and 95. RGB value is (112,78,149). Sum of RGB (Red+Green+Blue) = 112+78+149=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #704E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E95 is #8FB16A. Grayscale: #606060. Windows color (decimal): -9417067 or 9784944. OLE color: 9784944.

HSL color Cylindrical-coordinate representation of color #704E95: hue angle of 268.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #704E95 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11278149-
CMYK0.250.4800.42
HSL268.73º31.28%44.51%-
HSV(B)268.73º47.65%58.43%-
XYZ14.8311.0629.79-
YUV96.26157.76139.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=33.04%
G=23.01%
B=43.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112781490.250.4800.42268.7331.2844.51
Hex704E95193002A10d1f2d
Octal16011622531600524153755
Binary111000010011101001010111001110000010101010000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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