#734AA4

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

Shades of Studio #734AA4

Tints of Studio #734AA4

Color information

#734AA4 (or 0x734AA4) is unknown color: approx Studio. HEX triplet: 73, 4A and A4. RGB value is (115,74,164). Sum of RGB (Red+Green+Blue) = 115+74+164=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #734AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734AA4 is #8CB55B. Grayscale: #606060. Windows color (decimal): -9221468 or 10766963. OLE color: 10766963.

HSL color Cylindrical-coordinate representation of color #734AA4: hue angle of 267.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734AA4 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11574164-
CMYK0.300.5500.36
HSL267.33º37.82%46.67%-
HSV(B)267.33º54.88%64.31%-
XYZ16.2211.2236.43-
YUV96.52166.08141.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.58%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=32.58%
G=20.96%
B=46.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal115741640.300.5500.36267.3337.8246.67
Hex734AA41E3702410b262f
Octal16311224436670444134657
Binary1110011100101010100100111101101110100100100001011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734AA4; }

 p { color: rgb(115,74,164); }

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

<style>
 a { background-color: #734AA4; }

 a { background-color: rgb(115,74,164); }

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

<style>
 span { border-color: #734AA4; }

 span { border-color: rgb(115,74,164); }

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