Html Css Color HEX #704BAF Studio

📋 copy color: '#704BAF'

red 112 ◦ green 75 ◦ blue 175

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

Shades of Studio #704BAF

Tints of Studio #704BAF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.72%

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

R = 30.94%
G = 20.72%
B = 48.34%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#704BAF (or 0x704BAF) is known color: Studio. HEX triplet: 70, 4B and AF. RGB value is (112,75,175). Sum of RGB (Red+Green+Blue) = 112+75+175=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #704BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704BAF is #8FB450. Grayscale: #616161. Windows color (decimal): -9417809 or 11488112. OLE color: 11488112.

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

Color convert

RGB 112 75 175 -
CMYK 0.36 0.57 0 0.31
HSL 262.2º 0.4% 0.49% -
HSV(B) 262.2º 0.57% 0.69% -
XYZ 16.94 11.57 41.9 -
YUV 97.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 112 75 175 0.36 0.57 0 0.31 262.2 0.4 0.49
Hex 70 4B AF 24 39 0 1F 106 28 31
Octal 160 113 257 44 71 0 37 406 50 61
Binary 1110000 1001011 10101111 100100 111001 0 11111 100000110 101000 110001

Color Harmonies of #704BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704BAF

Black with #704BAF

Text Example


Text Example

White with #704BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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