Html Css Color HEX #74489B Studio

📋 copy color: '#74489B'

red 116 ◦ green 72 ◦ blue 155

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

Shades of Studio #74489B

Tints of Studio #74489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.99%

 BLUE value IS 155 (60.94% from 255) = 45.19%

R = 33.82%
G = 20.99%
B = 45.19%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74489B (or 0x74489B) is known color: Studio. HEX triplet: 74, 48 and 9B. RGB value is (116,72,155). Sum of RGB (Red+Green+Blue) = 116+72+155=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #74489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74489B is #8BB764. Grayscale: #5E5E5E. Windows color (decimal): -9156453 or 10176628. OLE color: 10176628.

HSL color Cylindrical-coordinate representation of color #74489B: hue angle of 271.81º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74489B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 72 155 -
CMYK 0.25 0.54 0 0.39
HSL 271.81º 0.37% 0.45% -
HSV(B) 271.81º 0.54% 0.61% -
XYZ 15.44 10.71 32.26 -
YUV 94.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 116 72 155 0.25 0.54 0 0.39 271.81 0.37 0.45
Hex 74 48 9B 19 36 0 27 110 25 2D
Octal 164 110 233 31 66 0 47 420 45 55
Binary 1110100 1001000 10011011 11001 110110 0 100111 100010000 100101 101101

Color Harmonies of #74489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74489B

Black with #74489B

Text Example


Text Example

White with #74489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74489B; }

 p { color: rgb(116,72,155); }

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

background-color css

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

 a { background-color: rgb(116,72,155); }

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

border-color css

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

 span { border-color: rgb(116,72,155); }

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