#74509E

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

Shades of Studio #74509E

Tints of Studio #74509E

Color information

#74509E (or 0x74509E) is unknown color: approx Studio. HEX triplet: 74, 50 and 9E. RGB value is (116,80,158). Sum of RGB (Red+Green+Blue) = 116+80+158=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #74509E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74509E is #8BAF61. Grayscale: #636363. Windows color (decimal): -9154402 or 10375284. OLE color: 10375284.

HSL color Cylindrical-coordinate representation of color #74509E: hue angle of 267.69º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74509E is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11680158-
CMYK0.270.4900.38
HSL267.69º32.77%46.67%-
HSV(B)267.69º49.37%61.96%-
XYZ16.2411.9233.79-
YUV99.66160.93139.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 158 (62.11% from 255) = 44.63%
R=32.77%
G=22.60%
B=44.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116801580.270.4900.38267.6932.7746.67
Hex74509E1B3102610c212f
Octal16412023633610464144157
Binary1110100101000010011110110111100010100110100001100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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