#734462

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

Shades of Cosmic #734462

Tints of Cosmic #734462

Color information

#734462 (or 0x734462) is unknown color: approx Cosmic. HEX triplet: 73, 44 and 62. RGB value is (115,68,98). Sum of RGB (Red+Green+Blue) = 115+68+98=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 115 - color contains mainly: red. Hex color #734462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734462 is #8CBB9D. Grayscale: #555555. Windows color (decimal): -9223070 or 6440051. OLE color: 6440051.

HSL color Cylindrical-coordinate representation of color #734462: hue angle of 321.7º 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 #734462 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1156898-
CMYK00.410.150.55
HSL321.7º25.68%35.88%-
HSV(B)321.7º40.87%45.1%-
XYZ11.348.6612.63-
YUV85.47135.07149.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.93%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=40.93%
G=24.20%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115689800.410.150.55321.725.6835.88
Hex734462029F371421a24
Octal16310414205117675023244
Binary1110011100010011000100101001111111011110100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734462; }

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

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

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

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

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

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

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

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