#73469C

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

Shades of Studio #73469C

Tints of Studio #73469C

Color information

#73469C (or 0x73469C) is unknown color: approx Studio. HEX triplet: 73, 46 and 9C. RGB value is (115,70,156). Sum of RGB (Red+Green+Blue) = 115+70+156=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #73469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73469C is #8CB963. Grayscale: #5C5C5C. Windows color (decimal): -9222500 or 10241651. OLE color: 10241651.

HSL color Cylindrical-coordinate representation of color #73469C: hue angle of 271.4º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73469C is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11570156-
CMYK0.260.5500.39
HSL271.4º38.05%44.31%-
HSV(B)271.4º55.13%61.18%-
XYZ15.2610.4332.66-
YUV93.26163.41143.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=33.72%
G=20.53%
B=45.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115701560.260.5500.39271.438.0544.31
Hex73469C1A3702710f262c
Octal16310623432670474174654
Binary1110011100011010011100110101101110100111100001111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73469C; }

 p { color: rgb(115,70,156); }

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

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

 a { background-color: rgb(115,70,156); }

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

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

 span { border-color: rgb(115,70,156); }

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