Html Css Color HEX #74549C Studio

📋 copy color: '#74549C'

red 116 ◦ green 84 ◦ blue 156

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

Shades of Studio #74549C

Tints of Studio #74549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 32.58%
G = 23.6%
B = 43.82%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74549C (or 0x74549C) is known color: Studio. HEX triplet: 74, 54 and 9C. RGB value is (116,84,156). Sum of RGB (Red+Green+Blue) = 116+84+156=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #74549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74549C is #8BAB63. Grayscale: #656565. Windows color (decimal): -9153380 or 10245236. OLE color: 10245236.

HSL color Cylindrical-coordinate representation of color #74549C: hue angle of 266.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74549C is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 84 156 -
CMYK 0.26 0.46 0 0.39
HSL 266.67º 0.3% 0.47% -
HSV(B) 266.67º 0.46% 0.61% -
XYZ 16.37 12.45 32.99 -
YUV 101.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 116 84 156 0.26 0.46 0 0.39 266.67 0.3 0.47
Hex 74 54 9C 1A 2E 0 27 10B 1E 2F
Octal 164 124 234 32 56 0 47 413 36 57
Binary 1110100 1010100 10011100 11010 101110 0 100111 100001011 11110 101111

Color Harmonies of #74549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74549C

Black with #74549C

Text Example


Text Example

White with #74549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74549C; }

 p { color: rgb(116,84,156); }

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

background-color css

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

 a { background-color: rgb(116,84,156); }

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

border-color css

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

 span { border-color: rgb(116,84,156); }

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