#974478

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

Shades of Cadillac #974478

Tints of Cadillac #974478

Color information

#974478 (or 0x974478) is unknown color: approx Cadillac. HEX triplet: 97, 44 and 78. RGB value is (151,68,120). Sum of RGB (Red+Green+Blue) = 151+68+120=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #974478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974478 is #68BB87. Grayscale: #626262. Windows color (decimal): -6863752 or 7881879. OLE color: 7881879.

HSL color Cylindrical-coordinate representation of color #974478: hue angle of 322.41º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974478 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15168120-
CMYK00.550.210.41
HSL322.41º37.9%42.94%-
HSV(B)322.41º54.97%59.22%-
XYZ18.2212.0719.14-
YUV98.74140165.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=44.54%
G=20.06%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1516812000.550.210.41322.4137.942.94
Hex9744780371529142262b
Octal22710417006725515024653
Binary1001011110001001111000011011110101101001101000010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974478; }

 p { color: rgb(151,68,120); }

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

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

 a { background-color: rgb(151,68,120); }

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

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

 span { border-color: rgb(151,68,120); }

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