#463B6C

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

Shades of Meteorite #463B6C

Tints of Meteorite #463B6C

Color information

#463B6C (or 0x463B6C) is unknown color: approx Meteorite. HEX triplet: 46, 3B and 6C. RGB value is (70,59,108). Sum of RGB (Red+Green+Blue) = 70+59+108=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #463B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B6C is #B9C493. Grayscale: #434343. Windows color (decimal): -12174484 or 7093062. OLE color: 7093062.

HSL color Cylindrical-coordinate representation of color #463B6C: hue angle of 253.47º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463B6C is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7059108-
CMYK0.350.4500.58
HSL253.47º29.34%32.75%-
HSV(B)253.47º45.37%42.35%-
XYZ6.85.5114.89-
YUV67.88150.64129.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 59 (23.44% from 255) = 24.89%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=29.54%
G=24.89%
B=45.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70591080.350.4500.58253.4729.3432.75
Hex463B6C232D03Afd1d21
Octal1067315443550723753541
Binary1000110111011110110010001110110101110101111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463B6C; }

 p { color: rgb(70,59,108); }

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

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

 a { background-color: rgb(70,59,108); }

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

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

 span { border-color: rgb(70,59,108); }

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