#4A4465

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

Shades of Meteorite #4A4465

Tints of Meteorite #4A4465

Color information

#4A4465 (or 0x4A4465) is unknown color: approx Meteorite. HEX triplet: 4A, 44 and 65. RGB value is (74,68,101). Sum of RGB (Red+Green+Blue) = 74+68+101=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A4465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4465 is #B5BB9A. Grayscale: #494949. Windows color (decimal): -11910043 or 6636618. OLE color: 6636618.

HSL color Cylindrical-coordinate representation of color #4A4465: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A4465 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7468101-
CMYK0.270.3300.60
HSL250.91º19.53%33.14%-
HSV(B)250.91º32.67%39.61%-
XYZ7.246.5313.19-
YUV73.56143.49128.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=30.45%
G=27.98%
B=41.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74681010.270.3300.60250.9119.5333.14
Hex4A44651B2103Cfb1421
Octal11210414533410743732441
Binary1001010100010011001011101110000101111001111101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4465; }

 p { color: rgb(74,68,101); }

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

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

 a { background-color: rgb(74,68,101); }

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

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

 span { border-color: rgb(74,68,101); }

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