#744BB6

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

Shades of Studio #744BB6

Tints of Studio #744BB6

Color information

#744BB6 (or 0x744BB6) is unknown color: approx Studio. HEX triplet: 74, 4B and B6. RGB value is (116,75,182). Sum of RGB (Red+Green+Blue) = 116+75+182=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #744BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744BB6 is #8BB449. Grayscale: #636363. Windows color (decimal): -9155658 or 11946868. OLE color: 11946868.

HSL color Cylindrical-coordinate representation of color #744BB6: hue angle of 262.99º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744BB6 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11675182-
CMYK0.360.5900.29
HSL262.99º42.29%50.39%-
HSV(B)262.99º58.79%71.37%-
XYZ18.1612.1245.64-
YUV99.46174.58139.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=31.10%
G=20.11%
B=48.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal116751820.360.5900.29262.9942.2950.39
Hex744BB6243B01D1072a32
Octal16411326644730354075262
Binary1110100100101110110110100100111011011101100000111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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