#74509A

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

Shades of Studio #74509A

Tints of Studio #74509A

Color information

#74509A (or 0x74509A) is unknown color: approx Studio. HEX triplet: 74, 50 and 9A. RGB value is (116,80,154). Sum of RGB (Red+Green+Blue) = 116+80+154=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #74509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74509A is #8BAF65. Grayscale: #626262. Windows color (decimal): -9154406 or 10113140. OLE color: 10113140.

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

Color convert

RGB11680154-
CMYK0.250.4800.40
HSL269.19º31.62%45.88%-
HSV(B)269.19º48.05%60.39%-
XYZ15.911.7832.01-
YUV99.2158.93139.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 154 (60.55% from 255) = 44%
R=33.14%
G=22.86%
B=44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116801540.250.4800.40269.1931.6245.88
Hex74509A193002810d202e
Octal16412023231600504154056
Binary1110100101000010011010110011100000101000100001101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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