Html Css Color HEX #70479E Studio

📋 copy color: '#70479E'

red 112 ◦ green 71 ◦ blue 158

#70479E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #70479E

Tints of Studio #70479E

RGB

 RED value IS 112 (44.14% from 255) = 32.84%

 GREEN value IS 71 (28.13% 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 value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#70479E (or 0x70479E) is known color: 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

RGB 112 71 158 -
CMYK 0.29 0.55 0 0.38
HSL 268.28º 0.38% 0.45% -
HSV(B) 268.28º 0.55% 0.62% -
XYZ 15.11 10.42 33.56 -
YUV 93.18 164.58 141.43 -
System Red Green Blue C M Y K H S L
Decimal 112 71 158 0.29 0.55 0 0.38 268.28 0.38 0.45
Hex 70 47 9E 1D 37 0 26 10C 26 2D
Octal 160 107 236 35 67 0 46 414 46 55
Binary 1110000 1000111 10011110 11101 110111 0 100110 100001100 100110 101101

Color Harmonies of #70479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70479E

Black with #70479E

Text Example


Text Example

White with #70479E

Text Example


Text Example

HTML Codes & Css Web 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>