#74459B

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

Shades of Studio #74459B

Tints of Studio #74459B

Color information

#74459B (or 0x74459B) is unknown color: approx Studio. HEX triplet: 74, 45 and 9B. RGB value is (116,69,155). Sum of RGB (Red+Green+Blue) = 116+69+155=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #74459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74459B is #8BBA64. Grayscale: #5C5C5C. Windows color (decimal): -9157221 or 10175860. OLE color: 10175860.

HSL color Cylindrical-coordinate representation of color #74459B: hue angle of 272.79º 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 #74459B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11669155-
CMYK0.250.5500.39
HSL272.79º38.39%43.92%-
HSV(B)272.79º55.48%60.78%-
XYZ15.2510.3432.2-
YUV92.86163.07144.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.12%
GREEN value IS 69 (27.34% from 255) = 20.29%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=34.12%
G=20.29%
B=45.59%

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
Decimal116691550.250.5500.39272.7938.3943.92
Hex74459B1937027111262c
Octal16410523331670474214654
Binary1110100100010110011011110011101110100111100010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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