#74569B

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

Shades of Studio #74569B

Tints of Studio #74569B

Color information

#74569B (or 0x74569B) is unknown color: approx Studio. HEX triplet: 74, 56 and 9B. RGB value is (116,86,155). Sum of RGB (Red+Green+Blue) = 116+86+155=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #74569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74569B is #8BA964. Grayscale: #666666. Windows color (decimal): -9152869 or 10180212. OLE color: 10180212.

HSL color Cylindrical-coordinate representation of color #74569B: hue angle of 266.09º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74569B is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11686155-
CMYK0.250.4500.39
HSL266.09º28.63%47.25%-
HSV(B)266.09º44.52%60.78%-
XYZ16.4512.7432.6-
YUV102.84157.44137.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=32.49%
G=24.09%
B=43.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116861550.250.4500.39266.0928.6347.25
Hex74569B192D02710a1d2f
Octal16412623331550474123557
Binary111010010101101001101111001101101010011110000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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