#74499B

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

Shades of Studio #74499B

Tints of Studio #74499B

Color information

#74499B (or 0x74499B) is unknown color: approx Studio. HEX triplet: 74, 49 and 9B. RGB value is (116,73,155). Sum of RGB (Red+Green+Blue) = 116+73+155=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #74499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74499B is #8BB664. Grayscale: #5E5E5E. Windows color (decimal): -9156197 or 10176884. OLE color: 10176884.

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

Color convert

RGB11673155-
CMYK0.250.5300.39
HSL271.46º35.96%44.71%-
HSV(B)271.46º52.9%60.78%-
XYZ15.510.8432.29-
YUV95.2161.75142.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=33.72%
G=21.22%
B=45.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116731550.250.5300.39271.4635.9644.71
Hex74499B193502710f242d
Octal16411123331650474174455
Binary1110100100100110011011110011101010100111100001111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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