Html Css Color HEX #74479D Studio

📋 copy color: '#74479D'

red 116 ◦ green 71 ◦ blue 157

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

Shades of Studio #74479D

Tints of Studio #74479D

RGB

 RED value IS 116 (45.7% from 255) = 33.72%

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

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

R = 33.72%
G = 20.64%
B = 45.64%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74479D (or 0x74479D) is known color: Studio. HEX triplet: 74, 47 and 9D. RGB value is (116,71,157). Sum of RGB (Red+Green+Blue) = 116+71+157=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #74479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479D is #8BB862. Grayscale: #5D5D5D. Windows color (decimal): -9156707 or 10307444. OLE color: 10307444.

HSL color Cylindrical-coordinate representation of color #74479D: hue angle of 271.4º 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 #74479D is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 71 157 -
CMYK 0.26 0.55 0 0.38
HSL 271.4º 0.38% 0.45% -
HSV(B) 271.4º 0.55% 0.62% -
XYZ 15.54 10.65 33.14 -
YUV 94.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 116 71 157 0.26 0.55 0 0.38 271.4 0.38 0.45
Hex 74 47 9D 1A 37 0 26 10F 26 2D
Octal 164 107 235 32 67 0 46 417 46 55
Binary 1110100 1000111 10011101 11010 110111 0 100110 100001111 100110 101101

Color Harmonies of #74479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74479D

Black with #74479D

Text Example


Text Example

White with #74479D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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