#70459B

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

Shades of Studio #70459B

Tints of Studio #70459B

Color information

#70459B (or 0x70459B) is unknown color: approx Studio. HEX triplet: 70, 45 and 9B. RGB value is (112,69,155). Sum of RGB (Red+Green+Blue) = 112+69+155=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #70459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70459B is #8FBA64. Grayscale: #5B5B5B. Windows color (decimal): -9419365 or 10175856. OLE color: 10175856.

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

Color convert

RGB11269155-
CMYK0.280.5500.39
HSL270º38.39%43.92%-
HSV(B)270º55.48%60.78%-
XYZ14.7310.0732.18-
YUV91.66163.75142.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=33.33%
G=20.54%
B=46.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112691550.280.5500.3927038.3943.92
Hex70459B1C3702710e262c
Octal16010523334670474164654
Binary1110000100010110011011111001101110100111100001110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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