#70459D

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

Shades of Studio #70459D

Tints of Studio #70459D

Color information

#70459D (or 0x70459D) is unknown color: approx Studio. HEX triplet: 70, 45 and 9D. RGB value is (112,69,157). Sum of RGB (Red+Green+Blue) = 112+69+157=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #70459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70459D is #8FBA62. Grayscale: #5B5B5B. Windows color (decimal): -9419363 or 10306928. OLE color: 10306928.

HSL color Cylindrical-coordinate representation of color #70459D: hue angle of 269.32º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70459D is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11269157-
CMYK0.290.5600.38
HSL269.32º38.94%44.31%-
HSV(B)269.32º56.05%61.57%-
XYZ14.910.1433.07-
YUV91.89164.75142.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=33.14%
G=20.41%
B=46.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112691570.290.5600.38269.3238.9444.31
Hex70459D1D3802610d272c
Octal16010523535700464154754
Binary1110000100010110011101111011110000100110100001101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70459D; }

 p { color: rgb(112,69,157); }

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

<style>
 a { background-color: #70459D; }

 a { background-color: rgb(112,69,157); }

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

<style>
 span { border-color: #70459D; }

 span { border-color: rgb(112,69,157); }

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