Html Css Color HEX #704FA8 Studio

📋 copy color: '#704FA8'

red 112 ◦ green 79 ◦ blue 168

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

Shades of Studio #704FA8

Tints of Studio #704FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 31.2%
G = 22.01%
B = 46.8%

CMYK

 C value IS 0.33

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#704FA8 (or 0x704FA8) is known color: Studio. HEX triplet: 70, 4F and A8. RGB value is (112,79,168). Sum of RGB (Red+Green+Blue) = 112+79+168=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #704FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704FA8 is #8FB057. Grayscale: #626262. Windows color (decimal): -9416792 or 11030384. OLE color: 11030384.

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

Color convert

RGB 112 79 168 -
CMYK 0.33 0.53 0 0.34
HSL 262.25º 0.36% 0.48% -
HSV(B) 262.25º 0.53% 0.66% -
XYZ 16.55 11.86 38.46 -
YUV 99.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 112 79 168 0.33 0.53 0 0.34 262.25 0.36 0.48
Hex 70 4F A8 21 35 0 22 106 24 30
Octal 160 117 250 41 65 0 42 406 44 60
Binary 1110000 1001111 10101000 100001 110101 0 100010 100000110 100100 110000

Color Harmonies of #704FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704FA8

Black with #704FA8

Text Example


Text Example

White with #704FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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