#744BA4

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

Shades of Studio #744BA4

Tints of Studio #744BA4

Color information

#744BA4 (or 0x744BA4) is unknown color: approx Studio. HEX triplet: 74, 4B and A4. RGB value is (116,75,164). Sum of RGB (Red+Green+Blue) = 116+75+164=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 164 (64.45% from 255 or 46.20% from 355); Max value from RGB is 164 - color contains mainly: blue. Hex color #744BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744BA4 is #8BB45B. Grayscale: #616161. Windows color (decimal): -9155676 or 10767220. OLE color: 10767220.

HSL color Cylindrical-coordinate representation of color #744BA4: hue angle of 267.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #744BA4 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11675164-
CMYK0.290.5400.36
HSL267.64º37.24%46.86%-
HSV(B)267.64º54.27%64.31%-
XYZ16.4211.4336.46-
YUV97.4165.58141.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 164 (64.45% from 255) = 46.20%
R=32.68%
G=21.13%
B=46.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116751640.290.5400.36267.6437.2446.86
Hex744BA41D3602410c252f
Octal16411324435660444144557
Binary1110100100101110100100111011101100100100100001100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744BA4; }

 p { color: rgb(116,75,164); }

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

<style>
 a { background-color: #744BA4; }

 a { background-color: rgb(116,75,164); }

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

<style>
 span { border-color: #744BA4; }

 span { border-color: rgb(116,75,164); }

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