Html Css Color HEX #704DAF Studio

📋 copy color: '#704DAF'

red 112 ◦ green 77 ◦ blue 175

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

Shades of Studio #704DAF

Tints of Studio #704DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.08%

R = 30.77%
G = 21.15%
B = 48.08%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#704DAF (or 0x704DAF) is known color: Studio. HEX triplet: 70, 4D and AF. RGB value is (112,77,175). Sum of RGB (Red+Green+Blue) = 112+77+175=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #704DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704DAF is #8FB250. Grayscale: #626262. Windows color (decimal): -9417297 or 11488624. OLE color: 11488624.

HSL color Cylindrical-coordinate representation of color #704DAF: hue angle of 261.43º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704DAF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 77 175 -
CMYK 0.36 0.56 0 0.31
HSL 261.43º 0.39% 0.49% -
HSV(B) 261.43º 0.56% 0.69% -
XYZ 17.07 11.85 41.94 -
YUV 98.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 112 77 175 0.36 0.56 0 0.31 261.43 0.39 0.49
Hex 70 4D AF 24 38 0 1F 105 27 31
Octal 160 115 257 44 70 0 37 405 47 61
Binary 1110000 1001101 10101111 100100 111000 0 11111 100000101 100111 110001

Color Harmonies of #704DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704DAF

Black with #704DAF

Text Example


Text Example

White with #704DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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