#74469B

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

Shades of Studio #74469B

Tints of Studio #74469B

Color information

#74469B (or 0x74469B) is unknown color: approx Studio. HEX triplet: 74, 46 and 9B. RGB value is (116,70,155). Sum of RGB (Red+Green+Blue) = 116+70+155=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #74469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74469B is #8BB964. Grayscale: #5D5D5D. Windows color (decimal): -9156965 or 10176116. OLE color: 10176116.

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

Color convert

RGB11670155-
CMYK0.250.5500.39
HSL272.47º37.78%44.12%-
HSV(B)272.47º54.84%60.78%-
XYZ15.3110.4632.22-
YUV93.44162.74144.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=34.02%
G=20.53%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116701550.250.5500.39272.4737.7844.12
Hex74469B1937027110262c
Octal16410623331670474204654
Binary1110100100011010011011110011101110100111100010000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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