Html Css Color HEX #74479F Studio

📋 copy color: '#74479F'

red 116 ◦ green 71 ◦ blue 159

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

Shades of Studio #74479F

Tints of Studio #74479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 33.53%
G = 20.52%
B = 45.95%

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

#74479F (or 0x74479F) is known color: Studio. HEX triplet: 74, 47 and 9F. RGB value is (116,71,159). Sum of RGB (Red+Green+Blue) = 116+71+159=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #74479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74479F is #8BB860. Grayscale: #5E5E5E. Windows color (decimal): -9156705 or 10438516. OLE color: 10438516.

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

Color convert

RGB 116 71 159 -
CMYK 0.27 0.55 0 0.38
HSL 270.68º 0.38% 0.45% -
HSV(B) 270.68º 0.55% 0.62% -
XYZ 15.71 10.72 34.04 -
YUV 94.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 116 71 159 0.27 0.55 0 0.38 270.68 0.38 0.45
Hex 74 47 9F 1B 37 0 26 10F 26 2D
Octal 164 107 237 33 67 0 46 417 46 55
Binary 1110100 1000111 10011111 11011 110111 0 100110 100001111 100110 101101

Color Harmonies of #74479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74479F

Black with #74479F

Text Example


Text Example

White with #74479F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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