#734460

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

Shades of Cosmic #734460

Tints of Cosmic #734460

Color information

#734460 (or 0x734460) is unknown color: approx Cosmic. HEX triplet: 73, 44 and 60. RGB value is (115,68,96). Sum of RGB (Red+Green+Blue) = 115+68+96=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #734460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734460 is #8CBB9F. Grayscale: #555555. Windows color (decimal): -9223072 or 6308979. OLE color: 6308979.

HSL color Cylindrical-coordinate representation of color #734460: hue angle of 324.26º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #734460 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1156896-
CMYK00.410.170.55
HSL324.26º25.68%35.88%-
HSV(B)324.26º40.87%45.1%-
XYZ11.258.6212.14-
YUV85.24134.07149.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=41.22%
G=24.37%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115689600.410.170.55324.2625.6835.88
Hex73446002911371441a24
Octal16310414005121675043244
Binary11100111000100110000001010011000111011110100010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734460; }

 p { color: rgb(115,68,96); }

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

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

 a { background-color: rgb(115,68,96); }

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

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

 span { border-color: rgb(115,68,96); }

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