Html Css Color HEX #704F9B Studio

📋 copy color: '#704F9B'

red 112 ◦ green 79 ◦ blue 155

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

Shades of Studio #704F9B

Tints of Studio #704F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 32.37%
G = 22.83%
B = 44.8%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#704F9B (or 0x704F9B) is known color: Studio. HEX triplet: 70, 4F and 9B. RGB value is (112,79,155). Sum of RGB (Red+Green+Blue) = 112+79+155=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #704F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F9B is #8FB064. Grayscale: #616161. Windows color (decimal): -9416805 or 10178416. OLE color: 10178416.

HSL color Cylindrical-coordinate representation of color #704F9B: hue angle of 266.05º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #704F9B is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 79 155 -
CMYK 0.28 0.49 0 0.39
HSL 266.05º 0.32% 0.46% -
HSV(B) 266.05º 0.49% 0.61% -
XYZ 15.39 11.4 32.4 -
YUV 97.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 112 79 155 0.28 0.49 0 0.39 266.05 0.32 0.46
Hex 70 4F 9B 1C 31 0 27 10A 20 2E
Octal 160 117 233 34 61 0 47 412 40 56
Binary 1110000 1001111 10011011 11100 110001 0 100111 100001010 100000 101110

Color Harmonies of #704F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F9B

Black with #704F9B

Text Example


Text Example

White with #704F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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