Html Css Color HEX #705473 Fedora

📋 copy color: '#705473'

red 112 ◦ green 84 ◦ blue 115

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

Shades of Fedora #705473

Tints of Fedora #705473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 36.01%
G = 27.01%
B = 36.98%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#705473 (or 0x705473) is known color: Fedora. HEX triplet: 70, 54 and 73. RGB value is (112,84,115). Sum of RGB (Red+Green+Blue) = 112+84+115=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #705473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705473 is #8FAB8C. Grayscale: #5F5F5F. Windows color (decimal): -9415565 or 7558256. OLE color: 7558256.

HSL color Cylindrical-coordinate representation of color #705473: hue angle of 294.19º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #705473 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 84 115 -
CMYK 0.03 0.27 0 0.55
HSL 294.19º 0.16% 0.39% -
HSV(B) 294.19º 0.27% 0.45% -
XYZ 12.95 11.02 17.66 -
YUV 95.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 112 84 115 0.03 0.27 0 0.55 294.19 0.16 0.39
Hex 70 54 73 3 1B 0 37 126 10 27
Octal 160 124 163 3 33 0 67 446 20 47
Binary 1110000 1010100 1110011 11 11011 0 110111 100100110 10000 100111

Color Harmonies of #705473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705473

Black with #705473

Text Example


Text Example

White with #705473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705473; }

 p { color: rgb(112,84,115); }

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

background-color css

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

 a { background-color: rgb(112,84,115); }

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

border-color css

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

 span { border-color: rgb(112,84,115); }

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