Html Css Color HEX #704EAC Studio

📋 copy color: '#704EAC'

red 112 ◦ green 78 ◦ blue 172

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

Shades of Studio #704EAC

Tints of Studio #704EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 30.94%
G = 21.55%
B = 47.51%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#704EAC (or 0x704EAC) is known color: Studio. HEX triplet: 70, 4E and AC. RGB value is (112,78,172). Sum of RGB (Red+Green+Blue) = 112+78+172=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #704EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704EAC is #8FB153. Grayscale: #626262. Windows color (decimal): -9417044 or 11292272. OLE color: 11292272.

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

Color convert

RGB 112 78 172 -
CMYK 0.35 0.55 0 0.33
HSL 261.7º 0.38% 0.49% -
HSV(B) 261.7º 0.55% 0.67% -
XYZ 16.85 11.87 40.43 -
YUV 98.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 112 78 172 0.35 0.55 0 0.33 261.7 0.38 0.49
Hex 70 4E AC 23 37 0 21 106 26 31
Octal 160 116 254 43 67 0 41 406 46 61
Binary 1110000 1001110 10101100 100011 110111 0 100001 100000110 100110 110001

Color Harmonies of #704EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704EAC

Black with #704EAC

Text Example


Text Example

White with #704EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,172); }

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

background-color css

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

 a { background-color: rgb(112,78,172); }

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

border-color css

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

 span { border-color: rgb(112,78,172); }

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