#745495

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

Shades of Studio #745495

Tints of Studio #745495

Color information

#745495 (or 0x745495) is unknown color: approx Studio. HEX triplet: 74, 54 and 95. RGB value is (116,84,149). Sum of RGB (Red+Green+Blue) = 116+84+149=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #745495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745495 is #8BAB6A. Grayscale: #646464. Windows color (decimal): -9153387 or 9786484. OLE color: 9786484.

HSL color Cylindrical-coordinate representation of color #745495: hue angle of 269.54º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #745495 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11684149-
CMYK0.220.4400.42
HSL269.54º27.9%45.69%-
HSV(B)269.54º43.62%58.43%-
XYZ15.812.2229.96-
YUV100.98155.1138.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 149 (58.59% from 255) = 42.69%
R=33.24%
G=24.07%
B=42.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116841490.220.4400.42269.5427.945.69
Hex745495162C02A10e1c2e
Octal16412422526540524163456
Binary111010010101001001010110110101100010101010000111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745495; }

 p { color: rgb(116,84,149); }

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

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

 a { background-color: rgb(116,84,149); }

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

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

 span { border-color: rgb(116,84,149); }

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