#74529C

Color #74529C Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #74529C

Tints of Studio #74529C

Color information

#74529C (or 0x74529C) is unknown color: approx 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

RGB11682156-
CMYK0.260.4700.39
HSL267.57º31.09%46.67%-
HSV(B)267.57º47.44%61.18%-
XYZ16.2212.1532.94-
YUV100.6159.26138.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116821560.260.4700.39267.5731.0946.67
Hex74529C1A2F02710c1f2f
Octal16412223432570474143757
Binary111010010100101001110011010101111010011110000110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>