#463669

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

Shades of Meteorite #463669

Tints of Meteorite #463669

Color information

#463669 (or 0x463669) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 69. RGB value is (70,54,105). Sum of RGB (Red+Green+Blue) = 70+54+105=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #463669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463669 is #B9C996. Grayscale: #404040. Windows color (decimal): -12175767 or 6895174. OLE color: 6895174.

HSL color Cylindrical-coordinate representation of color #463669: hue angle of 258.82º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463669 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7054105-
CMYK0.330.4900.59
HSL258.82º32.08%31.18%-
HSV(B)258.82º48.57%41.18%-
XYZ6.394.9613.99-
YUV64.6150.8131.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 105 (41.41% from 255) = 45.85%
R=30.57%
G=23.58%
B=45.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70541050.330.4900.59258.8232.0831.18
Hex463669213103B103201f
Octal1066615141610734034037
Binary10001101101101101001100001110001011101110000001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463669; }

 p { color: rgb(70,54,105); }

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

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

 a { background-color: rgb(70,54,105); }

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

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

 span { border-color: rgb(70,54,105); }

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