Html Css Color HEX #74529C Studio

📋 copy color: '#74529C'

red 116 ◦ green 82 ◦ blue 156

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

Shades of Studio #74529C

Tints of Studio #74529C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 32.77%
G = 23.16%
B = 44.07%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74529C (or 0x74529C) is known color: Studio. HEX triplet: 74, 52 and 9C. RGB value is (116,82,156). Sum of RGB (Red+Green+Blue) = 116+82+156=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #74529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74529C is #8BAD63. Grayscale: #646464. Windows color (decimal): -9153892 or 10244724. OLE color: 10244724.

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

Color convert

RGB 116 82 156 -
CMYK 0.26 0.47 0 0.39
HSL 267.57º 0.31% 0.47% -
HSV(B) 267.57º 0.47% 0.61% -
XYZ 16.22 12.15 32.94 -
YUV 100.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 116 82 156 0.26 0.47 0 0.39 267.57 0.31 0.47
Hex 74 52 9C 1A 2F 0 27 10C 1F 2F
Octal 164 122 234 32 57 0 47 414 37 57
Binary 1110100 1010010 10011100 11010 101111 0 100111 100001100 11111 101111

Color Harmonies of #74529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74529C

Black with #74529C

Text Example


Text Example

White with #74529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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