#75469F

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

Shades of Studio #75469F

Tints of Studio #75469F

Color information

#75469F (or 0x75469F) is unknown color: approx Studio. HEX triplet: 75, 46 and 9F. RGB value is (117,70,159). Sum of RGB (Red+Green+Blue) = 117+70+159=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #75469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75469F is #8AB960. Grayscale: #5D5D5D. Windows color (decimal): -9091425 or 10438261. OLE color: 10438261.

HSL color Cylindrical-coordinate representation of color #75469F: hue angle of 271.69º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75469F is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11770159-
CMYK0.260.5600.38
HSL271.69º38.86%44.9%-
HSV(B)271.69º55.97%62.35%-
XYZ15.7810.6734.03-
YUV94.2164.57144.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=33.82%
G=20.23%
B=45.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117701590.260.5600.38271.6938.8644.9
Hex75469F1A38026110272d
Octal16510623732700464204755
Binary1110101100011010011111110101110000100110100010000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75469F; }

 p { color: rgb(117,70,159); }

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

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

 a { background-color: rgb(117,70,159); }

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

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

 span { border-color: rgb(117,70,159); }

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