#744466

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

Shades of Cosmic #744466

Tints of Cosmic #744466

Color information

#744466 (or 0x744466) is unknown color: approx Cosmic. HEX triplet: 74, 44 and 66. RGB value is (116,68,102). Sum of RGB (Red+Green+Blue) = 116+68+102=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #744466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744466 is #8BBB99. Grayscale: #565656. Windows color (decimal): -9157530 or 6702196. OLE color: 6702196.

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

Color convert

RGB11668102-
CMYK00.410.120.55
HSL317.5º26.09%36.08%-
HSV(B)317.5º41.38%45.49%-
XYZ11.678.8113.66-
YUV86.23136.9149.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.56%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=40.56%
G=23.78%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166810200.410.120.55317.526.0936.08
Hex744466029C3713e1a24
Octal16410414605114674763244
Binary1110100100010011001100101001110011011110011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744466; }

 p { color: rgb(116,68,102); }

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

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

 a { background-color: rgb(116,68,102); }

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

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

 span { border-color: rgb(116,68,102); }

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