#74499D

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

Shades of Studio #74499D

Tints of Studio #74499D

Color information

#74499D (or 0x74499D) is unknown color: approx Studio. HEX triplet: 74, 49 and 9D. RGB value is (116,73,157). Sum of RGB (Red+Green+Blue) = 116+73+157=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #74499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499D is #8BB662. Grayscale: #5F5F5F. Windows color (decimal): -9156195 or 10307956. OLE color: 10307956.

HSL color Cylindrical-coordinate representation of color #74499D: hue angle of 270.71º 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 #74499D is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11673157-
CMYK0.260.5400.38
HSL270.71º36.52%45.1%-
HSV(B)270.71º53.5%61.57%-
XYZ15.6710.9133.18-
YUV95.43162.75142.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=33.53%
G=21.10%
B=45.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116731570.260.5400.38270.7136.5245.1
Hex74499D1A3602610f252d
Octal16411123532660464174555
Binary1110100100100110011101110101101100100110100001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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