#74499e

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

Shades of Studio #74499E

Tints of Studio #74499E

Color information

#74499E (or 0x74499E) is unknown color: approx Studio. HEX triplet: 74, 49 and 9E. RGB value is (116,73,158). Sum of RGB (Red+Green+Blue) = 116+73+158=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #74499E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499E is #8BB661. Grayscale: #5F5F5F. Windows color (decimal): -9156194 or 10373492. OLE color: 10373492.

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

Color convert

RGB11673158-
CMYK0.270.5400.38
HSL270.35º36.8%45.29%-
HSV(B)270.35º53.8%61.96%-
XYZ15.7610.9533.63-
YUV95.55163.25142.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.43%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=33.43%
G=21.04%
B=45.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116731580.270.5400.38270.3536.845.29
Hex74499E1B3602610e252d
Octal16411123633660464164555
Binary1110100100100110011110110111101100100110100001110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74499e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74499e; }

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

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

<style>
 a { background-color: #74499e; }

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

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

<style>
 span { border-color: #74499e; }

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

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