Html Css Color HEX #704E92 Studio

📋 copy color: '#704E92'

red 112 ◦ green 78 ◦ blue 146

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

Shades of Studio #704E92

Tints of Studio #704E92

RGB

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

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

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

R = 33.33%
G = 23.21%
B = 43.45%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#704E92 (or 0x704E92) is known color: Studio. HEX triplet: 70, 4E and 92. RGB value is (112,78,146). Sum of RGB (Red+Green+Blue) = 112+78+146=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #704E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #704E92 is #8FB16D. Grayscale: #5F5F5F. Windows color (decimal): -9417070 or 9588336. OLE color: 9588336.

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

Color convert

RGB 112 78 146 -
CMYK 0.23 0.47 0 0.43
HSL 270º 0.3% 0.44% -
HSV(B) 270º 0.47% 0.57% -
XYZ 14.59 10.97 28.54 -
YUV 95.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 112 78 146 0.23 0.47 0 0.43 270 0.3 0.44
Hex 70 4E 92 17 2F 0 2B 10E 1E 2C
Octal 160 116 222 27 57 0 53 416 36 54
Binary 1110000 1001110 10010010 10111 101111 0 101011 100001110 11110 101100

Color Harmonies of #704E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E92

Black with #704E92

Text Example


Text Example

White with #704E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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