#74569A

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

Shades of Studio #74569A

Tints of Studio #74569A

Color information

#74569A (or 0x74569A) is unknown color: approx Studio. HEX triplet: 74, 56 and 9A. RGB value is (116,86,154). Sum of RGB (Red+Green+Blue) = 116+86+154=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 154 - color contains mainly: blue. Hex color #74569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74569A is #8BA965. Grayscale: #666666. Windows color (decimal): -9152870 or 10114676. OLE color: 10114676.

HSL color Cylindrical-coordinate representation of color #74569A: hue angle of 266.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74569A is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11686154-
CMYK0.250.4400.40
HSL266.47º28.33%47.06%-
HSV(B)266.47º44.16%60.39%-
XYZ16.3612.732.16-
YUV102.72156.94137.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.58%
GREEN value IS 86 (33.98% from 255) = 24.16%
BLUE value IS 154 (60.55% from 255) = 43.26%
R=32.58%
G=24.16%
B=43.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116861540.250.4400.40266.4728.3347.06
Hex74569A192C02810a1c2f
Octal16412623231540504123457
Binary111010010101101001101011001101100010100010000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74569A; }

 p { color: rgb(116,86,154); }

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

<style>
 a { background-color: #74569A; }

 a { background-color: rgb(116,86,154); }

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

<style>
 span { border-color: #74569A; }

 span { border-color: rgb(116,86,154); }

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