#74579D

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

Shades of Studio #74579D

Tints of Studio #74579D

Color information

#74579D (or 0x74579D) is unknown color: approx Studio. HEX triplet: 74, 57 and 9D. RGB value is (116,87,157). Sum of RGB (Red+Green+Blue) = 116+87+157=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #74579D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74579D is #8BA862. Grayscale: #676767. Windows color (decimal): -9152611 or 10311540. OLE color: 10311540.

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

Color convert

RGB11687157-
CMYK0.260.4500.38
HSL264.86º28.69%47.84%-
HSV(B)264.86º44.59%61.57%-
XYZ16.712.9633.52-
YUV103.65158.11136.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=32.22%
G=24.17%
B=43.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116871570.260.4500.38264.8628.6947.84
Hex74579D1A2D0261091d30
Octal16412723532550464113560
Binary111010010101111001110111010101101010011010000100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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