Html Css Color HEX #704DA4 Studio

📋 copy color: '#704DA4'

red 112 ◦ green 77 ◦ blue 164

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

Shades of Studio #704DA4

Tints of Studio #704DA4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 164 (64.45% from 255) = 46.46%

R = 31.73%
G = 21.81%
B = 46.46%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#704DA4 (or 0x704DA4) is known color: Studio. HEX triplet: 70, 4D and A4. RGB value is (112,77,164). Sum of RGB (Red+Green+Blue) = 112+77+164=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #704DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704DA4 is #8FB25B. Grayscale: #616161. Windows color (decimal): -9417308 or 10767728. OLE color: 10767728.

HSL color Cylindrical-coordinate representation of color #704DA4: hue angle of 264.14º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #704DA4 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 77 164 -
CMYK 0.32 0.53 0 0.36
HSL 264.14º 0.36% 0.47% -
HSV(B) 264.14º 0.53% 0.64% -
XYZ 16.04 11.43 36.48 -
YUV 97.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 112 77 164 0.32 0.53 0 0.36 264.14 0.36 0.47
Hex 70 4D A4 20 35 0 24 108 24 2F
Octal 160 115 244 40 65 0 44 410 44 57
Binary 1110000 1001101 10100100 100000 110101 0 100100 100001000 100100 101111

Color Harmonies of #704DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DA4

Black with #704DA4

Text Example


Text Example

White with #704DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,77,164); }

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

background-color css

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

 a { background-color: rgb(112,77,164); }

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

border-color css

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

 span { border-color: rgb(112,77,164); }

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