Html Css Color HEX #704CAA Studio

📋 copy color: '#704CAA'

red 112 ◦ green 76 ◦ blue 170

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

Shades of Studio #704CAA

Tints of Studio #704CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 31.28%
G = 21.23%
B = 47.49%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704CAA (or 0x704CAA) is known color: Studio. HEX triplet: 70, 4C and AA. RGB value is (112,76,170). Sum of RGB (Red+Green+Blue) = 112+76+170=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #704CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704CAA is #8FB355. Grayscale: #616161. Windows color (decimal): -9417558 or 11160688. OLE color: 11160688.

HSL color Cylindrical-coordinate representation of color #704CAA: hue angle of 262.98º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704CAA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 76 170 -
CMYK 0.34 0.55 0 0.33
HSL 262.98º 0.38% 0.48% -
HSV(B) 262.98º 0.55% 0.67% -
XYZ 16.52 11.52 39.38 -
YUV 97.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 112 76 170 0.34 0.55 0 0.33 262.98 0.38 0.48
Hex 70 4C AA 22 37 0 21 107 26 30
Octal 160 114 252 42 67 0 41 407 46 60
Binary 1110000 1001100 10101010 100010 110111 0 100001 100000111 100110 110000

Color Harmonies of #704CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704CAA

Black with #704CAA

Text Example


Text Example

White with #704CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704CAA; }

 p { color: rgb(112,76,170); }

 H1.HeaderClassName
 {
   color: #704CAA;
 }
 .AnyTagClassName
 {
   color: #704CAA;
 }
</style>

background-color css

<style>
 a { background-color: #704CAA; }

 a { background-color: rgb(112,76,170); }

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

border-color css

<style>
 span { border-color: #704CAA; }

 span { border-color: rgb(112,76,170); }

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