#745299

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

Shades of Studio #745299

Tints of Studio #745299

Color information

#745299 (or 0x745299) is unknown color: approx Studio. HEX triplet: 74, 52 and 99. RGB value is (116,82,153). Sum of RGB (Red+Green+Blue) = 116+82+153=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #745299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745299 is #8BAD66. Grayscale: #646464. Windows color (decimal): -9153895 or 10048116. OLE color: 10048116.

HSL color Cylindrical-coordinate representation of color #745299: hue angle of 268.73º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #745299 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11682153-
CMYK0.240.4600.4
HSL268.73º30.21%46.08%-
HSV(B)268.73º46.41%60%-
XYZ15.9712.0531.62-
YUV100.26157.76139.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=33.05%
G=23.36%
B=43.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116821530.240.4600.4268.7330.2146.08
Hex745299182E02810d1e2e
Octal16412223130560504153656
Binary111010010100101001100111000101110010100010000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745299; }

 p { color: rgb(116,82,153); }

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

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

 a { background-color: rgb(116,82,153); }

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

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

 span { border-color: rgb(116,82,153); }

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