Html Css Color HEX #73479D Studio

📋 copy color: '#73479D'

red 115 ◦ green 71 ◦ blue 157

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

Shades of Studio #73479D

Tints of Studio #73479D

RGB

 RED value IS 115 (45.31% from 255) = 33.53%

 GREEN value IS 71 (28.13% from 255) = 20.7%

 BLUE value IS 157 (61.72% from 255) = 45.77%

R = 33.53%
G = 20.7%
B = 45.77%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73479D (or 0x73479D) is known color: Studio. HEX triplet: 73, 47 and 9D. RGB value is (115,71,157). Sum of RGB (Red+Green+Blue) = 115+71+157=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #73479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73479D is #8CB862. Grayscale: #5D5D5D. Windows color (decimal): -9222243 or 10307443. OLE color: 10307443.

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

Color convert

RGB 115 71 157 -
CMYK 0.27 0.55 0 0.38
HSL 270.7º 0.38% 0.45% -
HSV(B) 270.7º 0.55% 0.62% -
XYZ 15.41 10.59 33.13 -
YUV 93.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 115 71 157 0.27 0.55 0 0.38 270.7 0.38 0.45
Hex 73 47 9D 1B 37 0 26 10F 26 2D
Octal 163 107 235 33 67 0 46 417 46 55
Binary 1110011 1000111 10011101 11011 110111 0 100110 100001111 100110 101101

Color Harmonies of #73479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73479D

Black with #73479D

Text Example


Text Example

White with #73479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73479D; }

 p { color: rgb(115,71,157); }

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

background-color css

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

 a { background-color: rgb(115,71,157); }

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

border-color css

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

 span { border-color: rgb(115,71,157); }

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