Html Css Color HEX #704FAA Studio

📋 copy color: '#704FAA'

red 112 ◦ green 79 ◦ blue 170

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

Shades of Studio #704FAA

Tints of Studio #704FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 31.02%
G = 21.88%
B = 47.09%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704FAA (or 0x704FAA) is known color: Studio. HEX triplet: 70, 4F and AA. RGB value is (112,79,170). Sum of RGB (Red+Green+Blue) = 112+79+170=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #704FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FAA is #8FB055. Grayscale: #626262. Windows color (decimal): -9416790 or 11161456. OLE color: 11161456.

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

Color convert

RGB 112 79 170 -
CMYK 0.34 0.54 0 0.33
HSL 261.76º 0.37% 0.49% -
HSV(B) 261.76º 0.54% 0.67% -
XYZ 16.73 11.94 39.45 -
YUV 99.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 112 79 170 0.34 0.54 0 0.33 261.76 0.37 0.49
Hex 70 4F AA 22 36 0 21 106 25 31
Octal 160 117 252 42 66 0 41 406 45 61
Binary 1110000 1001111 10101010 100010 110110 0 100001 100000110 100101 110001

Color Harmonies of #704FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FAA

Black with #704FAA

Text Example


Text Example

White with #704FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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