Html Css Color HEX #704AAE Studio

📋 copy color: '#704AAE'

red 112 ◦ green 74 ◦ blue 174

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

Shades of Studio #704AAE

Tints of Studio #704AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.56%

 BLUE value IS 174 (68.36% from 255) = 48.33%

R = 31.11%
G = 20.56%
B = 48.33%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#704AAE (or 0x704AAE) is known color: Studio. HEX triplet: 70, 4A and AE. RGB value is (112,74,174). Sum of RGB (Red+Green+Blue) = 112+74+174=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #704AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704AAE is #8FB551. Grayscale: #606060. Windows color (decimal): -9418066 or 11422320. OLE color: 11422320.

HSL color Cylindrical-coordinate representation of color #704AAE: hue angle of 262.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #704AAE is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 74 174 -
CMYK 0.36 0.57 0 0.32
HSL 262.8º 0.4% 0.49% -
HSV(B) 262.8º 0.57% 0.68% -
XYZ 16.77 11.4 41.36 -
YUV 96.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 112 74 174 0.36 0.57 0 0.32 262.8 0.4 0.49
Hex 70 4A AE 24 39 0 20 107 28 31
Octal 160 112 256 44 71 0 40 407 50 61
Binary 1110000 1001010 10101110 100100 111001 0 100000 100000111 101000 110001

Color Harmonies of #704AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704AAE

Black with #704AAE

Text Example


Text Example

White with #704AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,74,174); }

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

background-color css

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

 a { background-color: rgb(112,74,174); }

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

border-color css

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

 span { border-color: rgb(112,74,174); }

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