#74529D

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

Shades of Studio #74529D

Tints of Studio #74529D

Color information

#74529D (or 0x74529D) is unknown color: approx Studio. HEX triplet: 74, 52 and 9D. RGB value is (116,82,157). Sum of RGB (Red+Green+Blue) = 116+82+157=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #74529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74529D is #8BAD62. Grayscale: #646464. Windows color (decimal): -9153891 or 10310260. OLE color: 10310260.

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

Color convert

RGB11682157-
CMYK0.260.4800.38
HSL267.2º31.38%46.86%-
HSV(B)267.2º47.77%61.57%-
XYZ16.3112.1833.39-
YUV100.72159.76138.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=32.68%
G=23.10%
B=44.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116821570.260.4800.38267.231.3846.86
Hex74529D1A3002610b1f2f
Octal16412223532600464133757
Binary111010010100101001110111010110000010011010000101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74529D;
 }
 .AnyTagClassName
 {
   color: #74529D;
 }
</style>
background-color css

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

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

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

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

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

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