Html Css Color HEX #704F92 Studio

📋 copy color: '#704F92'

red 112 ◦ green 79 ◦ blue 146

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

Shades of Studio #704F92

Tints of Studio #704F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 33.23%
G = 23.44%
B = 43.32%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704F92 (or 0x704F92) is known color: Studio. HEX triplet: 70, 4F and 92. RGB value is (112,79,146). Sum of RGB (Red+Green+Blue) = 112+79+146=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #704F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704F92 is #8FB06D. Grayscale: #606060. Windows color (decimal): -9416814 or 9588592. OLE color: 9588592.

HSL color Cylindrical-coordinate representation of color #704F92: hue angle of 269.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #704F92 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 79 146 -
CMYK 0.23 0.46 0 0.43
HSL 269.55º 0.3% 0.44% -
HSV(B) 269.55º 0.46% 0.57% -
XYZ 14.67 11.11 28.57 -
YUV 96.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 112 79 146 0.23 0.46 0 0.43 269.55 0.3 0.44
Hex 70 4F 92 17 2E 0 2B 10E 1E 2C
Octal 160 117 222 27 56 0 53 416 36 54
Binary 1110000 1001111 10010010 10111 101110 0 101011 100001110 11110 101100

Color Harmonies of #704F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704F92

Black with #704F92

Text Example


Text Example

White with #704F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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