Html Css Color HEX #70449C Studio

📋 copy color: '#70449C'

red 112 ◦ green 68 ◦ blue 156

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

Shades of Studio #70449C

Tints of Studio #70449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.24%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 33.33%
G = 20.24%
B = 46.43%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70449C (or 0x70449C) is known color: Studio. HEX triplet: 70, 44 and 9C. RGB value is (112,68,156). Sum of RGB (Red+Green+Blue) = 112+68+156=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #70449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70449C is #8FBB63. Grayscale: #5A5A5A. Windows color (decimal): -9419620 or 10241136. OLE color: 10241136.

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

Color convert

RGB 112 68 156 -
CMYK 0.28 0.56 0 0.39
HSL 270º 0.39% 0.44% -
HSV(B) 270º 0.56% 0.61% -
XYZ 14.75 9.98 32.6 -
YUV 91.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 112 68 156 0.28 0.56 0 0.39 270 0.39 0.44
Hex 70 44 9C 1C 38 0 27 10E 27 2C
Octal 160 104 234 34 70 0 47 416 47 54
Binary 1110000 1000100 10011100 11100 111000 0 100111 100001110 100111 101100

Color Harmonies of #70449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70449C

Black with #70449C

Text Example


Text Example

White with #70449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70449C; }

 p { color: rgb(112,68,156); }

 H1.HeaderClassName
 {
   color: #70449C;
 }
 .AnyTagClassName
 {
   color: #70449C;
 }
</style>

background-color css

<style>
 a { background-color: #70449C; }

 a { background-color: rgb(112,68,156); }

 div.DivClassName
 {
   background-color: #70449C;
 }
 .BgClassName
 {
   background-color: #70449C;
 }
</style>

border-color css

<style>
 span { border-color: #70449C; }

 span { border-color: rgb(112,68,156); }

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