Html Css Color HEX #70499B Studio

📋 copy color: '#70499B'

red 112 ◦ green 73 ◦ blue 155

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

Shades of Studio #70499B

Tints of Studio #70499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 32.94%
G = 21.47%
B = 45.59%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70499B (or 0x70499B) is known color: Studio. HEX triplet: 70, 49 and 9B. RGB value is (112,73,155). Sum of RGB (Red+Green+Blue) = 112+73+155=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #70499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70499B is #8FB664. Grayscale: #5D5D5D. Windows color (decimal): -9418341 or 10176880. OLE color: 10176880.

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

Color convert

RGB 112 73 155 -
CMYK 0.28 0.53 0 0.39
HSL 268.54º 0.36% 0.45% -
HSV(B) 268.54º 0.53% 0.61% -
XYZ 14.98 10.58 32.26 -
YUV 94.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 112 73 155 0.28 0.53 0 0.39 268.54 0.36 0.45
Hex 70 49 9B 1C 35 0 27 10D 24 2D
Octal 160 111 233 34 65 0 47 415 44 55
Binary 1110000 1001001 10011011 11100 110101 0 100111 100001101 100100 101101

Color Harmonies of #70499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70499B

Black with #70499B

Text Example


Text Example

White with #70499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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