Html Css Color HEX #70449B Studio

📋 copy color: '#70449B'

red 112 ◦ green 68 ◦ blue 155

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

Shades of Studio #70449B

Tints of Studio #70449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.27%

R = 33.43%
G = 20.3%
B = 46.27%

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

#70449B (or 0x70449B) is known color: Studio. HEX triplet: 70, 44 and 9B. RGB value is (112,68,155). Sum of RGB (Red+Green+Blue) = 112+68+155=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #70449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70449B is #8FBB64. Grayscale: #5A5A5A. Windows color (decimal): -9419621 or 10175600. OLE color: 10175600.

HSL color Cylindrical-coordinate representation of color #70449B: hue angle of 270.34º 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 #70449B is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 68 155 -
CMYK 0.28 0.56 0 0.39
HSL 270.34º 0.39% 0.44% -
HSV(B) 270.34º 0.56% 0.61% -
XYZ 14.67 9.95 32.16 -
YUV 91.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 112 68 155 0.28 0.56 0 0.39 270.34 0.39 0.44
Hex 70 44 9B 1C 38 0 27 10E 27 2C
Octal 160 104 233 34 70 0 47 416 47 54
Binary 1110000 1000100 10011011 11100 111000 0 100111 100001110 100111 101100

Color Harmonies of #70449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70449B

Black with #70449B

Text Example


Text Example

White with #70449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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