#70549B

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

Shades of Studio #70549B

Tints of Studio #70549B

Color information

#70549B (or 0x70549B) is unknown color: approx Studio. HEX triplet: 70, 54 and 9B. RGB value is (112,84,155). Sum of RGB (Red+Green+Blue) = 112+84+155=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #70549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70549B is #8FAB64. Grayscale: #646464. Windows color (decimal): -9415525 or 10179696. OLE color: 10179696.

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

Color convert

RGB11284155-
CMYK0.280.4600.39
HSL263.66º29.71%46.86%-
HSV(B)263.66º45.81%60.78%-
XYZ15.7712.1532.52-
YUV100.47158.78136.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 155 (60.94% from 255) = 44.16%
R=31.91%
G=23.93%
B=44.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112841550.280.4600.39263.6629.7146.86
Hex70549B1C2E0271081e2f
Octal16012423334560474103657
Binary111000010101001001101111100101110010011110000100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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