#744469

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

Shades of Cosmic #744469

Tints of Cosmic #744469

Color information

#744469 (or 0x744469) is unknown color: approx Cosmic. HEX triplet: 74, 44 and 69. RGB value is (116,68,105). Sum of RGB (Red+Green+Blue) = 116+68+105=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 116 - color contains mainly: red. Hex color #744469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744469 is #8BBB96. Grayscale: #565656. Windows color (decimal): -9157527 or 6898804. OLE color: 6898804.

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

Color convert

RGB11668105-
CMYK00.410.090.55
HSL313.75º26.09%36.08%-
HSV(B)313.75º41.38%45.49%-
XYZ11.828.8714.45-
YUV86.57138.4148.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.14%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=40.14%
G=23.53%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1166810500.410.090.55313.7526.0936.08
Hex74446902993713a1a24
Octal16410415105111674723244
Binary1110100100010011010010101001100111011110011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744469; }

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

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

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

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

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

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

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

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