#70479E

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

Shades of Studio #70479E

Tints of Studio #70479E

Color information

#70479E (or 0x70479E) is unknown color: approx Studio. HEX triplet: 70, 47 and 9E. RGB value is (112,71,158). Sum of RGB (Red+Green+Blue) = 112+71+158=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 158 - color contains mainly: blue. Hex color #70479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70479E is #8FB861. Grayscale: #5C5C5C. Windows color (decimal): -9418850 or 10372976. OLE color: 10372976.

HSL color Cylindrical-coordinate representation of color #70479E: hue angle of 268.28º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70479E is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11271158-
CMYK0.290.5500.38
HSL268.28º37.99%44.9%-
HSV(B)268.28º55.06%61.96%-
XYZ15.1110.4233.56-
YUV93.18164.58141.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 158 (62.11% from 255) = 46.33%
R=32.84%
G=20.82%
B=46.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112711580.290.5500.38268.2837.9944.9
Hex70479E1D3702610c262d
Octal16010723635670464144655
Binary1110000100011110011110111011101110100110100001100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70479E; }

 p { color: rgb(112,71,158); }

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

<style>
 a { background-color: #70479E; }

 a { background-color: rgb(112,71,158); }

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

<style>
 span { border-color: #70479E; }

 span { border-color: rgb(112,71,158); }

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